Relaunching surajstha.com.np


This site has been rebuilt from scratch. The old version was a VuePress starter template from 2018 that never got past the default homepage — time to start fresh.

The new stack:

  • Astro — Markdown-based blog with RSS and a sitemap, shipping zero JavaScript by default.
  • Cloudflare Pages — builds on every push and serves both the apex domain and www with automatic HTTPS.
  • Docker — local development runs entirely in a container; no Node or npm installed on the host.

Writing a new post is now just dropping a Markdown file into src/content/blog/ and pushing to main. With the friction gone, expect actual posts here.