博客搭建
框架hexo
1 | https://hexo.io/zh-cn/ |
hexo主题选择
1 | https://hexo.io/themes/ |
当前主题
1 | https://github.com/ZEROKISEKI/hexo-theme-gal |
安装
1 | git clone https://github.com/ZEROKISEKI/hexo-theme-gal.git themes/gal --depth 1 |
修改hexo 根目录下 _config.yml 文件
1 | theme: gal |
1 | 接着在hexo站点目录的_config.yml下进行配置: |
生成静态文件
1 | hexo generate |
本地预览
1 | hexo server |
图片正确路径显示问题
1 | npm install https://github.com/CodeFalling/hexo-asset-image --save |
部署
将public下的整个文件夹直接上传到gayhub