Skip to content

ReactConf/blog

 
 

Repository files navigation

Gatsby Reactconf Blog

A minimal theme for Gatsby forked from gatsby-minimal-blog.

Demo Website

Features

  • ⚛️ 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

Getting Started

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

Building your site

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!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.6%
  • CSS 9.4%
  • Other 1.0%