A personal blog running on Gatsby.
- Blog posts are located in
content/blog
and are written in Markdown and rendered with thesrc/templates/blog-post.js
template. - Static Pages are located in
src/pages
and are written in MDX and rendered with thesrc/components/mdx-layout.js
layout.
npm install
npm run develop