The blog at https://sigilweaver.app/blog/\. Standalone Docusaurus instance, deployed to Cloudflare Workers.
bun install
bun run dev # http://localhost:25813/blog/Drop a YYYY-MM-DD-slug.md (or .mdx) under blog/ with front-matter:
---
slug: my-slug
title: My Title
authors: [nathan]
tags: [lance, proteomics]
---
Short summary that shows up in the index...
<!-- truncate -->
...rest of the post.Author slugs live in blog/authors.yml. Tag slugs live in blog/tags.yml.
CI auto-deploys main via Cloudflare Workers. For a manual deploy:
bun run deploy # builds to ./build/blog/ then `wrangler deploy`Posts are licensed CC-BY-SA 4.0 unless otherwise noted in the front-matter. Code samples embedded in posts are Apache-2.0 to match the rest of the Sigilweaver suite. The site infrastructure (config, theme tweaks) is MIT.