From ff3e239f30fb32266e12eadc903e7264bec98b99 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 9 Feb 2026 08:11:39 -0500 Subject: [PATCH] Add CLAUDE.md with deployment and structure docs. --- CLAUDE.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..f8a9483 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,39 @@ +# remarkbox-theme-meta + +Theme package for meta.remarkbox.com and faq.remarkbox.com. + +## Deployment + +**Theme changes do NOT auto-deploy.** After pushing this repo, you must also +push `~/git/remarkbox` to trigger the CI/CD pipeline. The pipeline pulls this +theme fresh via `pip install` during each remarkbox build. + +```bash +# 1. Push the theme +cd ~/git/remarkbox-theme-meta && git push + +# 2. Push remarkbox to trigger deploy +cd ~/git/remarkbox && git commit --allow-empty -m "Redeploy to pick up meta theme changes." && git push +``` + +## Structure + +- `remarkbox_theme_meta/templates/meta-base.j2` — main base template +- `remarkbox_theme_meta/templates/meta-base-funnel.j2` — funnel pages (setup, login, billing) +- `remarkbox_theme_meta/static/theme/meta/css/meta.css` — theme CSS +- `remarkbox_theme_meta/static/theme/meta/css/skeleton.css` — grid framework +- `remarkbox_theme_meta/static/theme/meta/img/` — theme images + +## Footer + +The `rb-footer` styles and HTML are **duplicated** in this repo and in +`~/git/www.remarkbox.com/custom.css`. When changing footer layout, update both. + +## Style + +- Never say "AI" — always say "machine learning." +- Always use "URI" instead of "URL" in user-facing text. + +## Commit Attribution + +Do NOT include `Co-Authored-By` lines or generated-with tags.