Static replica of the familyfed.ie website, served at familyfed.bcgen.ie
Find a file
Loyyd fe208b0a77
Some checks are pending
/ deploy (push) Waiting to run
organize agent behavour
2026-06-10 21:11:16 +02:00
.forgejo/workflows Scaffold: deploy workflow, AGENTS/CLAUDE/README 2026-06-09 20:29:57 +00:00
2013-sunday-service-archive speeches organized 2026-06-10 21:07:01 +02:00
2014-sunday-services speeches organized 2026-06-10 21:07:01 +02:00
2015-sunday-services-archive speeches organized 2026-06-10 21:07:01 +02:00
2016-sunday-service-archive speeches organized 2026-06-10 21:07:01 +02:00
2017-sunday-service-archive speeches organized 2026-06-10 21:07:01 +02:00
2018-sunday-service-archive speeches organized 2026-06-10 21:07:01 +02:00
about-us speeches organized 2026-06-10 21:07:01 +02:00
archive speeches organized 2026-06-10 21:07:01 +02:00
assets wordpress removed 1/2 2026-06-10 20:30:23 +02:00
blog speeches organized 2026-06-10 21:07:01 +02:00
contact speeches organized 2026-06-10 21:07:01 +02:00
docker speeches organized 2026-06-10 21:07:01 +02:00
events speeches organized 2026-06-10 21:07:01 +02:00
register speeches organized 2026-06-10 21:07:01 +02:00
services speeches organized 2026-06-10 21:07:01 +02:00
the-founders speeches organized 2026-06-10 21:07:01 +02:00
videos speeches organized 2026-06-10 21:07:01 +02:00
.gitignore speeches organized 2026-06-10 21:07:01 +02:00
AGENTS.md organize agent behavour 2026-06-10 21:11:16 +02:00
compose.yaml speeches organized 2026-06-10 21:07:01 +02:00
index.html speeches organized 2026-06-10 21:07:01 +02:00
README.md speeches organized 2026-06-10 21:07:01 +02:00

familyfedie-website

A static replica of the Family Fed Ireland website (familyfed.ie) — plain HTML/CSS/JS, served exactly as committed.

Live at https://familyfed.bcgen.ie.

Project structure

This site is maintained as static HTML/CSS/JS. Top-level folders such as about-us/, events/, services/, and 2013-sunday-service-archive/ are public URLs, so do not move or rename them without also planning redirects.

  • index.html — home page
  • */index.html — public pages and archives
  • blog/ — mirrored blog archive pages
  • assets/ — CSS, JavaScript, fonts, images, PDFs, and static vendor files
  • docs/ — maintainer notes and structure guides
  • .forgejo/ — deploy automation, do not edit during content work

Editing & deploy

Plain static files, no build step. Edit on a branch, preview locally (docker compose uphttp://localhost:8080), open a PR into main, and merge — merging main auto-deploys to the live site within ~1 minute.

See AGENTS.md for the full workflow and docs/SITE-STRUCTURE.md for a maintainer-oriented map of what lives where.