Junqi

Hexo+GitHub 搭建博客

字数统计: 255阅读时长: 1 min
2019/05/28 Share

E05280002

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/


安装流程:

  1. 安装git ,官网下载安装包https://git-scm.com/
  2. 安装node.js 官网下载安装包 http://nodejs.cn/
  3. 安装 hexo 参考文档 https://hexo.io/zh-cn/
  4. 新建文件夹 ,在文件下 鼠标右键 打开 Git Bash Here
    安装hexo 命令
    1
    2
    hexo init
    npm install

Themes 主题

406c0b37

_config.yml 配置文件

Source 资源文件 .md 存放文件夹
尝试本地运行命令: hexo g && hexo s 结束运行 ctrl + c
Hexo 复制快捷键为:ctrl + insert 粘贴快捷键为: shift + insert
浏览器输入:http://localhost:4000 查看预览效果

406c0b37

CATALOG
  1. 1. Hexo+GitHub 搭建个人博客
  2. 2. 安装流程:
  3. 3. Themes 主题
    1. 3.1. _config.yml 配置文件