Personal developer blog, built with Docusaurus V3 and MDX content.
- Node.js:
>=v18 - Docusaurus:
v3(documentation) - MDX Content (Markdown)
- GitHub Actions (documentation)
Leave comments on posts (using Giscus)
Search blog content (using Algolio)
Subscribe to the newsletter (using HeroTofu)
- Node.js: Download and install from https://nodejs.org/en (includes npm)
$ cp .env.example .env
$ npm install
$ npm start
# view on http://localhost:3000$ cp .env.example .env
$ npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.