Skip to content

spencerlepine/blog

Repository files navigation

Developer blog project status badge

Personal developer blog, built with Docusaurus V3 and MDX content.

Blog Screenshot

🛠️ Built With

🔗 Links

⭐ Features

Comments Feature Leave comments on posts (using Giscus)

Search Feature Search blog content (using Algolio)

Newsletter Feature Subscribe to the newsletter (using HeroTofu)

💻 Local Development

Prerequisites

Run Locally

$ cp .env.example .env
$ npm install
$ npm start
# view on http://localhost:3000

Production Build

$ cp .env.example .env
$ npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

📄 License

MIT