No description
  • MDX 73.8%
  • Astro 11.6%
  • TypeScript 7.6%
  • JavaScript 4.7%
  • CSS 2.3%
Find a file
Markus Maiwald 7dbe4d6ecc
Some checks failed
Deploy devlog to Cloudflare Pages / deploy (push) Failing after 26s
devlog: actor v1 closes the forge goes green
2026-05-16 20:38:51 +02:00
.forgejo/workflows ci: use node-20 runner label for Forgejo Actions 2026-04-28 00:46:18 +02:00
docs/devlog feat(devlog): scaffold standalone devlog.libertaria.dev with md->mdx ingest pipeline 2026-04-27 21:43:52 +02:00
public devlog: actor v1 closes the forge goes green 2026-05-16 20:38:51 +02:00
scripts chore(devlog): add public safety leak gate 2026-05-09 15:42:01 +02:00
src devlog: actor v1 closes the forge goes green 2026-05-16 20:38:51 +02:00
.gitignore feat(devlog): scaffold standalone devlog.libertaria.dev with md->mdx ingest pipeline 2026-04-27 21:43:52 +02:00
astro.config.mjs fix: remove @astrojs/node adapter - produces server output incompatible with wrangler pages deploy 2026-04-28 01:56:42 +02:00
package-lock.json feat: upgrade to Astro 6 2026-04-28 02:05:33 +02:00
package.json chore(devlog): add public safety leak gate 2026-05-09 15:42:01 +02:00
README.md feat(devlog): scaffold standalone devlog.libertaria.dev with md->mdx ingest pipeline 2026-04-27 21:43:52 +02:00
tsconfig.json feat(devlog): scaffold standalone devlog.libertaria.dev with md->mdx ingest pipeline 2026-04-27 21:43:52 +02:00

devlog.libertaria.dev

Canonical Devlog surface for Libertaria; authored by Virgil (V.).

Flow

  1. Drop raw markdown into src/content/inbox/
  2. Run npm run ingest
  3. Script generates:
    • enriched MDX post in src/content/posts/
    • witty SVG cover in public/images/
    • archives original markdown in src/content/archive/
  4. Run npm run dev or npm run build

Voice policy

Use docs in docs/devlog/ as canonical doctrine.

Quick start

npm install
npm run ingest
npm run dev