github+hexo 搭建個站

1、github
 
2、hexo
1.安裝 hexo
(1)安裝: npm install -g hexo
(2)初始化: hexo init <folder>
(3)生成靜態頁: hexo generate
(4)本地啓動:hexo server
本地輸入:http://localhost:4000便可瀏覽。
3、使用

hexo cleangit

hexo generategithub

hexo deploynpm

 

hexo n  #寫文章
hexo g  #生成
hexo d  #部署 # 可與hexo g合併爲 hexo d -g
 
問題:ERROR Deployer not found: git
解決:npm install hexo-deployer-git --save 從新 deploy 便可
相關文章
相關標籤/搜索