familyfedie-website/AGENTS.md
Loyyd fe208b0a77
Some checks are pending
/ deploy (push) Waiting to run
organize agent behavour
2026-06-10 21:11:16 +02:00

945 B

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

docker compose up

Then open:

http://localhost:8080

Deployment

Merging changes to main publishes the live site automatically. Do not edit .forgejo/ or deployment configuration unless specifically asked.