這篇教程的前提是你有npm和git谴返,另外我已經(jīng)在github上創(chuàng)建好了一個github pages項目切黔。下面開始:
安裝
npm install -g hexo-cli
hexo init marvinxu.github.io
cd marvinxu.github.io
npm install
npm install hexo-deployer-git --save
修改根目錄下的 _config.yml
deploy:
type: git
repo: https://github.com/MarvinXu/marvinxu.github.io.git
branch: master
部署
hexo deploy
訪問 http://marvinxu.github.io/虹钮,成功~
切換主題
下載
git clone https://github.com/iissnan/hexo-theme-next themes/next
修改項目配置文件_config.yml
廷蓉,使用主題
theme: next
部署
hexo deploy
成功啦~ 看一下結(jié)果:
參考文章:
Hexo系列:(一)Hexo+GitHub pages搭建個人博客
NexT 開始使用
segmentfault markdown