From 1a23ba1c23e850f8e86ed62e8a5ac4b5222160e2 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 9 Feb 2026 08:11:46 -0500 Subject: [PATCH] Add deployment and footer duplication docs to CLAUDE.md. --- CLAUDE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 8e3b3f5..3734562 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -26,3 +26,26 @@ git status ``` Then ask fox what the mission is. + +## www.remarkbox.com + +Static marketing site. HTML, CSS, and JS — no build step. + +## Deployment + +This is a static site. Pushing this repo deploys directly (no remarkbox push needed). + +However, the **footer** (`rb-footer`) styles and HTML are duplicated between this repo +and the meta theme (`~/git/remarkbox-theme-meta`). When changing footer layout, update both: +- `~/git/www.remarkbox.com/custom.css` + `index.html` +- `~/git/remarkbox-theme-meta/remarkbox_theme_meta/static/theme/meta/css/meta.css` + `meta-base.j2` + +Theme changes (meta, westworld) require a `~/git/remarkbox` push to deploy. + +## Style + +- Always use "URI" instead of "URL" in user-facing text. + +## Commit Attribution + +Do NOT include `Co-Authored-By` lines or generated-with tags.