404 pages

This commit is contained in:
2026-08-16 23:41:49 +02:00
parent 6491c1f405
commit f939a69b1f
8 changed files with 93 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
---
title: "Page Not Found"
section: "code"
description: "The page you are looking for does not exist."
layout: base.njk
permalink: /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 code</a>
</div>
+16
View File
@@ -243,5 +243,21 @@
"repo": "moonweb-site",
"repo_url": "https://github.com/skoelle/moonweb-site",
"summary": "Monorepo for moonweb.org - my personal homelab hub. Six static sites (Eleventy) covering infrastructure, smart home, code, and retro hardware. Deployed to Cloudflare Pages or IONOS."
},
{
"title": "www.moonweb.org",
"emoji": "🌙",
"category": "code",
"subcategory": "Web Projects",
"status": "active",
"stack": [
"Node.js",
"Eleventy",
"Nunjucks",
"Markdown"
],
"repo": "moonweb-www",
"repo_url": "https://github.com/skoelle/moonweb-www",
"summary": "Archived early 2000s internet projects, networking & engineering - a personal web presence from the dawn of the millennium, finally on GitHub"
}
]