27 lines
584 B
Markdown
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/
|
|
```
|