0.0.5 • Published 8 years ago
hexo-start v0.0.5
= README
Hexo-start boilerplate that uses PUG (aka jade) and Hexo-admin web interface.
Create new directory and navigate there:
mkdir my-new-blog && cd my-new-blogInstall hexo-start boilerplate
npm install hexo-startInstall hexo if you haven't done it yet
npm install -g hexoCopy hexo-start config files into your new project:
cp -r ./node_modules/hexo-start/* ./modify them to suit your needs.
Run hexo server:
hexo server -g