summaryrefslogtreecommitdiffstats
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-11 14:16:52 +0200
committerDanilo M. <danix@danix.xyz>2026-05-11 14:16:52 +0200
commit8e7bb77a16cad59928225c59b2e6f43fd00d1cb4 (patch)
tree2a17d920482deb9f15b91a8524ace31228cf0b47 /CLAUDE.md
parent181538b5204bd5f14d5f4a5fc23c50e7dc3db75d (diff)
downloadpkgs-html-structure-master.tar.gz
pkgs-html-structure-master.zip
feat: restructure assets, add faviconHEADmaster
Move matrix-rain.js to .assets/js/, add favicon.png to .assets/img/. Update all header templates with new JS path and favicon link tag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 2e61988..c61fc68 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -30,7 +30,10 @@ CSS variables defined on `:root`:
## Static assets
-`.assets/matrix-rain.js` — matrix rain canvas animation. Served from `$PKGREPO/.assets/`. Loaded via `<script defer>` in every `_header.html`. Hidden from Apache autoindex via `IndexIgnore .assets` in `.htaccess`. When updating, copy the adapted file to `$PKGREPO/.assets/matrix-rain.js` on the server — it is not regenerated by `gen_web_hook.sh`.
+Asset layout under `$PKGREPO/.assets/` (served from `/.assets/`, hidden via `IndexIgnore .assets`):
+
+- `.assets/js/matrix-rain.js` — matrix rain canvas animation. Loaded via `<script defer>` in every `_header.html`. Not regenerated by `gen_web_hook.sh`; copy manually to server when updating.
+- `.assets/img/favicon.png` — site favicon. Referenced via `<link rel="icon">` in every `_header.html`. Copy manually to server.
## Apache configuration