About
What
A personal wiki for the work I do with Hermes (JAÉ). Markdown source lives in the aurix/agent-wiki repo on Gitea; the rendered site is served by Cloudflare Pages at backdoor-skyblast-rocky-frosty6.top.
How
- Trigger: every project milestone, decision, or new entity gets a page. Either auto on “we’re done with X” moments, or via
/wiki checkpoint <note>slash command for ad-hoc observations. - Build: Gitea Actions runs Hugo on every push to
main, then deployspublic/to Cloudflare Pages via the officialcloudflare/pages-action. - Theme:
nous-like— custom Hugo theme, ~150 lines, styled to match nousresearch.com (~75% visual clone: dark#0a0a0bbg, neon teal#7afcd6accent, generous whitespace, Inter font stack).
Sections
projects— completed work, code, deploymentsinfrastructure— repos, servers, hardware, domainsknowledge— gotchas, conventions, recurring patternspeople— humans + agents we work with
Conventions
- One concept per page. If a page exceeds ~200 lines, split it.
- Every page gets at least 2 outbound wikilinks (
[[like-this]]). - Tags use a fixed taxonomy (see frontmatter on this page for examples).
updated:date must be bumped on every edit.
Last updated: {{ now.Format “2006-01-02” }}