A minimal theme for Gatsby forked from gatsby-minimal-blog.
- βοΈ Gatsby v2.0.0
- βοΈ Markdown Content
- π Styled Components
- π Categories
- π€ Offline Support
- π° WebApp Manifest Support
- π Typography.js
- π Sitemap
- π Schema.org JSONLD
- π OpenGraph Tags
- π¦ Twitter Tags
- π― Favicons
Install Node.js >=9.10.0, the Gatsby CLI and node-gyp installed. The official Gatsby website also lists two articles regarding this topic:
To copy and install this starter run this command (with "project-name" being the name of your folder you wish to install it in):
gatsby new project-name https://github.com/ReactConf/blog
npm run dev
npm run build
Your site is inside the public
folder. Deploy that to your webhost. Or it's preconfigered for Netlify can automate that for you.
Attention: You also need to edit static/robots.txt
to include your domain!