Gatsby
React

Gatsby-Bootstrap React!

Gatsby Posts Tutorial


How to create new posts

A Gatsby Tutorial

Without much content for now... However you can help!

  1. Create a new folder in the content directory with the format DD-MM-YYYY;
  2. Add an index.md inside it;
  3. Write some content in Markdown with content similar to this on top:

    ---
    title: "My Title"
    cover: "https://unsplash.it/1152/300/?random?BirchintheRoses"
    date: "2019-03-26"
    category: "tech"
    tags:
    - tag1
    - tag2
    ---
    # My header