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

This commit is contained in:
Loyyd 2026-06-10 21:23:01 +02:00
parent fe208b0a77
commit f9e0339cbf
924 changed files with 1877 additions and 1908 deletions

View file

@ -1,41 +0,0 @@
# 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.