Static publishing repo for intel.wallrus.org.
This repo is intentionally simple:
build.pyrenders markdown briefings incontent/briefings/static/style.cssprovides the terminal-style theme- GitHub Actions builds
dist/and deploys it to GitHub Pages on every push tomain
Each briefing is a markdown file under content/briefings/ named like:
YYYY-MM-DD-intel-briefing.md
Frontmatter shape:
---
title: "Wallrus Intel — 2026-03-28"
date: "2026-03-28"
categories: ["bitcoin", "macro", "ai"]
---
## Headlines
- First point
- Second point
## Briefing
Main body here.python3 build.py --serveThat builds to dist/ and serves a preview at http://127.0.0.1:4000.
Push to main and GitHub Actions will rebuild and deploy automatically.
Cloudflare DNS / Pages cutover for wallrus.org and intel.wallrus.org is handled separately from this repo so content publishing stays simple.