Hexo+Github

前言

會寫這篇的原因主要是因為剛弄好這個Blog,但暫時不知道要寫什麼。因此就先記錄一下架站的過程好了。

所需工具

  • Node.js
  • Git

安裝 Hexo 並建立網頁

cd $Destination_Dir
npm install hexo-cli -g
hexo init blog
cd blog
npm install
hexo g
hexo s

驚不驚喜 開不開心

部屬至Github

  1. 先進github建立名為[username].github.io的repository
    (所有的[username]請自行代換成使用的github ID)

  2. 對剛建立的repository進行commit

  3. 修改blog/下的_config.xml

    deploy:
    type: git
    repo: git@github.com:[username]/[username].github.io.git
    branch: master
  4. hexo d指令進行發布

Trouble Shooting

出現 hexo ERROR Deployer not found:

使用npm install hexo-deployer-git -save

出現 fatal: HttpRequestException encountered.

M$毛特別多純屬正常發揮,試試GCMW

發布文章

hexo new [postname]
vim source/_post/[postname].md
hexo d -g

鳩是這麼簡單

看似不錯的擴充服務

先記錄一下,有空的時候再來試試

  • DISQUS
  • RSS Feed
  • TOC
  • Site-map

Reference

© 2021 RB's Page All Rights Reserved.
Theme by hiero