https://github.com/maxpou/gatsby-starter-morning-dew
# インストールまたはアップデート
$ npm i -g gatsby-cli
$ gatsby new blog https://github.com/maxpou/gatsby-starter-morning-dew
$ cd blog
$ gatsby develop
# working locally
$ npm run dev
# generate build
$ npm run build
# format code
$ npm run format
# lint code
$ npm run lint
# Generate generate post preview images (npm run dev need to run before)
$ npm run generatePostPreviewImages