This directory contains markdown posts and a static site generator for a Spark Arena-themed tech blog.
index.md: landing content for the blog home page*/**.md: post content filesscripts/build.mjs: markdown -> static HTML builderdist/: generated static site output (deploy this)worker.js: Cloudflare Worker entrypointwrangler.toml: Worker + assets config
From repo root:
npm run blog:buildThis generates:
blog/dist/index.htmlblog/dist/posts/<slug>/index.html
From blog/:
npx wrangler deploywrangler.toml is configured to serve static assets from ./dist via the ASSETS binding.
- Theme styling is aligned with Spark Arena visual direction (dark + NVIDIA green accents).
- Links in markdown render as external links by default.