0.0.5 • Published 6 years ago

hexo-start v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

= 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-blog

Install hexo-start boilerplate

npm install hexo-start

Install hexo if you haven't done it yet

npm install -g hexo

Copy 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