mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
- 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
13 lines
339 B
HTML
13 lines
339 B
HTML
---
|
|
title: "Page Not Found"
|
|
section: "infra"
|
|
tags: "infra"
|
|
description: "The page you are looking for does not exist."
|
|
layout: base.njk
|
|
permalink: /infra/404.html
|
|
---
|
|
<div class="error-page">
|
|
<h1>404</h1>
|
|
<p>The page you are looking for does not exist or has been moved.</p>
|
|
<a class="back-link" href="/">← Back to infra</a>
|
|
</div> |