Hexo+GitHub 搭建个人博客
Hexo + git + GitHub 做一个内容发布展示页
在github和gitee page上建立同步更新的静态页面内容
所使用的工具Hexo+git
所需的资料
GitHub和码云的内容库
码云:https://gitee.com/junqifu/junqifu.git
GitHub:https://github.com/JunqiFu/junqifu.github.io.git
Hexo网址:https://hexo.io/zh-cn/
Git网址:https://git-scm.com/
archer主题:https://github.com/fi3ework/hexo-theme-archer
参考资料:https://www.simon96.online/2018/10/12/hexo-tutorial/
安装流程:
- 安装git ,官网下载安装包https://git-scm.com/
- 安装node.js 官网下载安装包 http://nodejs.cn/
- 安装 hexo 参考文档 https://hexo.io/zh-cn/
- 新建文件夹 ,在文件下 鼠标右键 打开 Git Bash Here
安装hexo 命令1
2hexo init
npm install
Themes 主题
_config.yml 配置文件
Source 资源文件 .md 存放文件夹
尝试本地运行命令: hexo g && hexo s 结束运行 ctrl + c
Hexo 复制快捷键为:ctrl + insert 粘贴快捷键为: shift + insert
浏览器输入:http://localhost:4000 查看预览效果