Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 394 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 394 Bytes

WesBaker.com

A personal blog running on Gatsby.

General Structure

  • Blog posts are located in content/blog and are written in Markdown and rendered with the src/templates/blog-post.js template.
  • Static Pages are located in src/pages and are written in MDX and rendered with the src/components/mdx-layout.js layout.

Getting Started

npm install
npm run develop