This is my personal blog. Source code is open source, all rights reserved for the content
-
Clone the repo
-
Install dependencies with
yarn
:
yarn
- Start the project by running:
yarn start
- The server will fire up the gatsby server at localhost:8000 and the graphiql client at
___graphql
-
Create a new directory for your blog post inside
content
directory, this should go either insidecontent/blog
orcontent/essays
for categorization -
Add the appropriate frontmatter for the post and start writing in markdown
-
The site will hot reload when saving