diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-11 14:16:52 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-11 14:16:52 +0200 |
| commit | 8e7bb77a16cad59928225c59b2e6f43fd00d1cb4 (patch) | |
| tree | 2a17d920482deb9f15b91a8524ace31228cf0b47 /CLAUDE.md | |
| parent | 181538b5204bd5f14d5f4a5fc23c50e7dc3db75d (diff) | |
| download | pkgs-html-structure-8e7bb77a16cad59928225c59b2e6f43fd00d1cb4.tar.gz pkgs-html-structure-8e7bb77a16cad59928225c59b2e6f43fd00d1cb4.zip | |
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.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
