Static replica of the familyfed.ie website, served at familyfed.bcgen.ie
Find a file
Loyyd 830585e2ba
Some checks are pending
/ deploy (push) Waiting to run
using astro
2026-06-11 08:29:29 +02:00
.forgejo/workflows Scaffold: deploy workflow, AGENTS/CLAUDE/README 2026-06-09 20:29:57 +00:00
assets changes 2026-06-10 21:23:01 +02:00
css changes 2026-06-10 21:23:01 +02:00
docker using astro 2026-06-11 08:29:29 +02:00
docs using astro 2026-06-11 08:29:29 +02:00
js changes 2026-06-10 21:23:01 +02:00
scripts using astro 2026-06-11 08:29:29 +02:00
src using astro 2026-06-11 08:29:29 +02:00
website organized 2026-06-11 08:17:11 +02:00
.gitignore using astro 2026-06-11 08:29:29 +02:00
AGENTS.md using astro 2026-06-11 08:29:29 +02:00
astro.config.mjs using astro 2026-06-11 08:29:29 +02:00
compose.yaml speeches organized 2026-06-10 21:07:01 +02:00
package-lock.json using astro 2026-06-11 08:29:29 +02:00
package.json using astro 2026-06-11 08:29:29 +02:00
README.md using astro 2026-06-11 08:29:29 +02:00

familyfedie-website

Local static website files built with Astro.

Project Structure

  • website/ - top-level static pages
  • src/pages/ - Astro endpoints that generate static HTML from website/
  • src/components/ - Astro components for the shared layout migration path
  • dist/ - generated static output from npm run build
  • website/index.html - homepage
  • website/about.html - about page
  • website/contact.html - contact page with the form
  • website/blog/YYYY/MM/DD/ - dated blog post pages
  • website/blog/categories/ - blog category archive pages
  • website/blog/tags/ - blog tag archive pages
  • website/speeches/ - speech archive indexes and speech category pages
  • website/PAGES.md - map from the old folder URLs to the current HTML paths
  • css/ - site-level stylesheets
  • js/ - site-level scripts
  • assets/ - images, PDFs, fonts, theme files, uploads, and vendor files
  • docs/ - maintainer notes
  • scripts/components.mjs - shared nav/sidebar/footer components
  • scripts/render-shared-layout.mjs - updates repeated layout across HTML files
  • scripts/organize-content.mjs - organizes exported blog and speech pages

Maintenance

Run Astro locally while editing:

npm run dev

After changing shared navigation, sidebar, or footer markup in scripts/components.mjs, run:

npm run render:layout

Local Preview

Build the Astro output first:

npm run build

Then serve dist/ with Docker:

docker compose up

Then open:

http://localhost:8080/