Featured image of post hexo-installation

hexo-installation

把 hexo 部屬到 gh-page

執行

1
2
3
$ npm i hexo -g
$ hexo init blog
$ cd blog

修改 _config.yml 刪除最後兩行,改成

1
2
3
4
deploy:
  type: git
  repo: [email protected]:<username>/<repo>
  branch: master

執行

1
2
$ npm i hexo-deployer-git
$ hexo depoly

在 repo 設定中 GitHub Pages 隨便選一個 Jekyll theme,這樣才不會 404

地雷:在之後都部屬要加上 -g

1
$ hexo d -g

不然不會生效

完成!

將原始碼保存

執行

1
2
3
4
$ git checkout -b hexo
$ git add .
$ git commit -m init
$ git push -u origin hexo

完成

Licensed under CC BY-NC-SA 4.0
好想養貓阿~~
使用 Hugo 建立
主題 StackJimmy 設計