41 lines
945 B
Markdown
41 lines
945 B
Markdown
# AGENTS.md - Family Fed Ireland website
|
|
|
|
This is Family Fed Ireland website, served at:
|
|
|
|
https://familyfed.bcgen.ie
|
|
|
|
Work on it as a live production static site
|
|
|
|
## What This Is
|
|
|
|
This is a plain static website made from HTML, CSS, JavaScript, images, PDFs, and
|
|
other static assets
|
|
|
|
## Repo Map
|
|
|
|
| Path | What it is |
|
|
|------|------------|
|
|
| `index.html` | Home page |
|
|
| `*/index.html` | Public pages; folder names are live URL paths |
|
|
| `blog/` | Blog archive, category, tag, and dated pages |
|
|
| `assets/` | CSS, JavaScript, fonts, images, PDFs, and static vendor files |
|
|
| `docs/` | Maintainer notes and site-structure documentation |
|
|
| `.forgejo/` | Deploy automation - do not edit |
|
|
|
|
## Keep It Simple
|
|
|
|
|
|
```bash
|
|
docker compose up
|
|
```
|
|
|
|
Then open:
|
|
|
|
```text
|
|
http://localhost:8080
|
|
```
|
|
|
|
## Deployment
|
|
|
|
Merging changes to `main` publishes the live site automatically. Do not edit
|
|
`.forgejo/` or deployment configuration unless specifically asked.
|