/blog

The source code of my blog.

Primary LanguageCSS

blog

Build Status

Development

# install dependencies
npm i -g hexo-cli
npm i

# serve at localhost:4000
hexo s

# generate static files
hexo g