blog project

Updated:

A starter blog built with Gatsby A starter blog built with Gatsby

Features

Quick start

To run this project locally:

npm i
gatsby develop

What’s inside?

A quick look at the top-level files and directories you’ll see in the project.

.
├── src
    ├── components
    ├── data
    ├── images
    ├── pages
    ├── templates
    └── utils
├── static
├── .gitignore
├── .prettierignore
├── .prettierrc
├── gatsby-browser.tsx
├── gatsby-config.ts
├── gatsby-node.ts
├── package-lock.json
├── package.json
├── PULL_REQUEST_TEMPLATE.md
├── README.md
└── tsconfig.json

Code available on GitHub.