Skip to content

eneax/blog

Repository files navigation

blog

A starter blog built with Gatsby.

🦄 Features

  • Gatsby 4
  • React 18
  • TypeScript
  • styled-components
  • Prettier
  • Path Mapping
  • Syntax highlighting for your Markdown docs

🚀 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

🎓 Learning Gatsby

Looking for more guidance? Full documentation available on the official Gatsby website.

💫 Deploy

This project is deployed to Netlify.

Deploy to Netlify