By

Archivist Manifesto

Single-page VitePress site for “The Sovereign Storage Manifesto.” It leans on a stripped-down, terminal-inspired theme to keep the focus on the manifesto copy hosted at manifesto.archivist.storage.

Quick start

  • Install dependencies: npm install
  • Run locally: npm run dev
  • Build for production: npm run build

Deployment

  • Hosted on Cloudflare Pages
  • Build command: npm run build
  • Output directory: .vitepress/dist
  • Custom domain: manifesto.archivist.storage

Structure

  • .vitepress/config.mts – SEO (OG/Twitter/JSON-LD/canonical/sitemap)
  • .vitepress/theme/ – Custom ManifestoLayout, hidden chrome, terminal styling
  • index.md – Manifesto content (single page)
  • public/ – Assets (favicons, logos, OG image, robots, llms)
  • scripts/generate-og.mjs – Satori + resvg OG image generator
  • package.json – VitePress plus markdown-it-footnote, with dev/build/preview scripts

Your data. Your rules. Your sovereignty.