Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 569 Bytes

README.md

File metadata and controls

45 lines (22 loc) · 569 Bytes

myblog

install node or use nvm

brew install npm

brew install nvm

install hexo

npm install hexo-cli -g

clone code

git clone [email protected]:xiaoxie/myblog.git

create hexo blog

hexo init blog

merge code

cp -R blog/* myblog/

install package

npm install

run hexo

hexo serve

install theme

git clone https://github.com/luuman/hexo-theme-spfk themes/yilia

git plugin

npm install hexo-deployer-git --save

deploye

hexo g -d