new css
Some checks are pending
/ deploy (push) Waiting to run

This commit is contained in:
Loyyd 2026-06-11 08:39:19 +02:00
parent 01a7933793
commit d3746d8117
926 changed files with 4771 additions and 29409 deletions

View file

@ -34,6 +34,8 @@ HTML plus CSS, JavaScript, images, PDFs, and other static assets.
| `src/components/` | Astro components for shared layout migration |
| `dist/` | Generated static output from `npm run build` |
| `css/` | Site-level stylesheets |
| `css/theme.css` | Extracted Parabola inline theme settings |
| `css/site.css` | Extracted site fixes and homepage/frontpage rules |
| `js/` | Site-level scripts |
| `assets/` | Images, PDFs, fonts, theme files, uploads, and static vendor files |
| `docs/` | Maintainer notes and site-structure documentation |