Use the Gatsby CLI to create a new site, specifying the gatsby-starter-minung
.
$ npx gatsby new my-blog https://github.com/hmu332233/gatsby-starter-minung
$ cd my-blog
$ npm start
To add posts, just add a .md
file to /posts
It is good to refer to file template.md.
Use Gatsby Cloud or Vercel or Netilfy to easily deploy it.
MIT