Skip to content

AeroXi/mist-blog

Repository files navigation

mist-blog

安装

cd themes/suka
npm install --production
npm install hexo

使用

hexo new "title"

写文章后

hexo generate
git add --all && git commit -m "update blog" && git push origin master