spencerlepine / blog

Personal developer blog
http://spencerlepine.github.io/blog/
MIT License
1 stars 0 forks source link
blog docusaurus github-pages

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

$ npm install
$ npm start
# view on http://localhost:3000

Production Build

$ npm run build

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

License

MIT