This is the newest version of my blog, powered by Astro Micro and running on Cloudflare Pages
This blog runs a (very slightly) modified version of Astro Micro with small changes and general config stuff
I like writing, and I want to try this to talk about my interests, what I have learned and document my life experiences.
Even if this blog doesn't go very far, if I manage to help, inform, or entertain even just one person with it, I consider that a job well done.
- GitHub Desktop & VSCode - Development and Writing
- Cloudflare - Domains and DNS management
- Cloudflare Pages - Hosting and PR deployment management
StackBlitz was previously used for some minor development work, however it doesn't actually work with this repository as it doesn't support native VS Code extensions
Requires NodeJS version 20.3.0
or later, because Astro
Clone the repository (I use GitHub Desktop for this but Git CLI also works well), then:
npm i
npm run build
npm run dev
A local server should now be running with the blog!