Skip to content

f1v/f1v-blog

Repository files navigation

F1V Blog

Netlify Status

Technologies

  • Gatsby, React, Styled Components
  • Site created from this gatsby starter
  • Hosted on netlify which will build itself on pushes to master

Local Development

To run the local dev server:

yarn
yarn start

Other commands

  • Clear gatsby's cache - periodically may have to run this to fix local dev abnormalities
yarn clean

How to make new posts

Posts lives in the content folder. To make a new post, follow these steps:

  • Make a new folder under the content folder. The name of the folder will become the slug in the URL.
  • In that folder create an index.md file
  • Make sure to include the frontmatter at the top of the file (title, date, author)