- Add self-hosted GoatCounter via systemd binary service (stats.monotrope.au) - Add Miniflux RSS reader via Docker Compose (reader.monotrope.au) - Extend Ansible playbook with goatcounter and miniflux tags; all provisioning is idempotent - Add Caddy reverse proxy blocks for both new services - Inject GoatCounter script in baseof.html (production builds only) - Add goatcounter and miniflux Makefile targets - Rewrite CLAUDE.md to reflect actual project state Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
252 B
TOML
14 lines
252 B
TOML
baseURL = "https://monotrope.au"
|
|
languageCode = "en-au"
|
|
title = "Monotrope"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = false
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS"]
|
|
section = ["HTML", "RSS"]
|
|
|
|
[params]
|
|
description = "writing on software, books, and ideas."
|