Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.43 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.43 KB

Gatsby Blog

Big typography, focus on the content & minimal style.

Features

Current features:

  • Gatsby v2.0.0
  • Articles in Markdown
  • Styled Components 💅
  • Netlify Contact Form
  • Categories
  • Offline Support
  • WebApp Manifest Support
  • Typography.js
  • SEO
    • Sitemap
    • Schema.org JSONLD
    • OpenGraph Tags
    • Twitter Tags
  • Favicons

Getting Started

Check your development environment! You'll need Node.js, the Gatsby CLI and node-gyp installed. The official Gatsby website also lists two articles regarding this topic:

gatsby new project-name https://github.com/LeKoArts/gatsby-starter-minimal-blog
cd project-name
npm run dev

Adding new features/plugins

You can add other features by having a look at the official plugins page

Changing the date format

This starter uses Gatsby's built-in date formatter in the GraphQL queries. If you want to change the date format you see on the index page or other overviews have a look at the GraphQL query. It contains the line:

date(formatString: "DD.MM.YYYY")

Building your site

npm run build

Copy the content of the public folder to your webhost or use a website like Netlify which automates that for you.

Attention: You also need to edit static/robots.txt to include your domain!