前言
會寫這篇的原因主要是因為剛弄好這個Blog,但暫時不知道要寫什麼。因此就先記錄一下架站的過程好了。
所需工具
- Node.js
- Git
安裝 Hexo 並建立網頁
cd $Destination_Dir |
驚不驚喜 開不開心
部屬至Github
先進github建立名為[username].github.io的repository
(所有的[username]請自行代換成使用的github ID)對剛建立的repository進行commit
修改
blog/
下的_config.xml
deploy:
type: git
repo: git@github.com:[username]/[username].github.io.git
branch: master下
hexo d
指令進行發布
Trouble Shooting
出現 hexo ERROR Deployer not found:
使用npm install hexo-deployer-git -save
出現 fatal: HttpRequestException encountered.
M$毛特別多純屬正常發揮,試試GCMW
發布文章
hexo new [postname] |
鳩是這麼簡單
看似不錯的擴充服務
先記錄一下,有空的時候再來試試
- DISQUS
- RSS Feed
- TOC
- Site-map