Add deployment and footer duplication docs to CLAUDE.md.
This commit is contained in:
parent
fbd6e445ca
commit
1a23ba1c23
1 changed files with 23 additions and 0 deletions
23
CLAUDE.md
23
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue