familyfedie-website/README.md
Loyyd 477525ae6c
Some checks are pending
/ deploy (push) Waiting to run
famfed organized
2026-06-10 21:32:12 +02:00

27 lines
584 B
Markdown

# familyfedie-website
Local static website files.
## Project Structure
- `website/` - all HTML pages in a flat structure
- `website/index.html` - homepage
- `website/about.html` - about page
- `website/contact.html` - contact page with the form
- `website/PAGES.md` - map from the old folder URLs to the new filenames
- `css/` - site-level stylesheets
- `js/` - site-level scripts
- `assets/` - images, PDFs, fonts, theme files, uploads, and vendor files
- `docs/` - maintainer notes
## Local Preview
```bash
docker compose up
```
Then open:
```text
http://localhost:8080/
```