mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
404 pages
This commit is contained in:
@@ -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>
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user