The source code is here.
$ npm run dev
# With debug mode
$ npm run debug# The publish files will be put to the directory 'dist'
$ npm run build
# Clean
$ npm run clean$ npm run create post <title>
# Create tags/categories page
## https://github.com/iissnan/hexo-theme-next/issues/51
## First create pages, then add line:
### `type: tags` or `type: categories` to tags/index.md or categories/index.md
$ npm run create page tags
$ npm run create page categories$ npm run deploy// TODO