$ npm i
# development
$ npm run start
# production
$ npm run serve
$ FILENAME=<blog-title> npm run create-blog
then, edit content/blog/$blog-title/index.md.
$ npm run lint
$ npm run lint:fix
$ npm run build
$ npm i
# development
$ npm run start
# production
$ npm run serve
$ FILENAME=<blog-title> npm run create-blog
then, edit content/blog/$blog-title/index.md.
$ npm run lint
$ npm run lint:fix
$ npm run build