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