A minimal theme for Gatsby forked from LekoArts.
- ⚛️ Gatsby v2.0.0
- ✍️ Markdown Content
- 💅 Styled Components
- 🆕 Netlify Contact Form
- 💠 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/ahmadawais/gatsby-minimal-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!