Files
moonweb-site/.eleventyignore
T
stefankoelle c77ad91e0e Consolidate all moonweb sites into single Eleventy config
- Single eleventy.config.js at root with computed pathPrefix per section
- Accent colors inlined in base.njk (no per-site theme.css needed)
- Hub pages output at root via explicit permalinks
- Per-section sitemaps with tag-based collections
- .eleventyignore excludes stefankoelle, timecapsule, markdown files
- Deleted: 5 per-site configs, merge script
- Simplified: package.json (single build/dev commands)
- Simplified: GitHub Actions workflow (no matrix, no merge job)
- Fixed: parent links for sub-site detail pages
2026-09-11 12:31:47 +02:00

18 lines
269 B
Plaintext

stefankoelle/
timecapsule/
scripts/
.tmp/
# Root markdown files (not templates)
/*.md
# Hub static redirect files (handled by passthrough copy)
hub/hardware.html
hub/users.html
hub/index2.html
hub/index3.html
hub/new.html
hub/links.html
hub/infos.html
hub/start.html