This commit is contained in:
svemagie
2026-03-05 23:09:39 +01:00
parent 115883264d
commit 710a6432fb
4 changed files with 40 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
export default function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("src/assets");
return {
dir: {
input: "src",
output: "_site",
},
};
}
+11
View File
@@ -0,0 +1,11 @@
{
"name": "blog",
"version": "1.0.0",
"scripts": {
"build": "eleventy",
"serve": "eleventy --serve"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0"
}
}
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title }}</title>
<link rel="authorization_endpoint" href="https://blog.giersig.eu/auth">
<link rel="token_endpoint" href="https://blog.giersig.eu/token">
<link rel="micropub" href="https://blog.giersig.eu/micropub">
</head>
<body>
{{ content | safe }}
</body>
</html>
+5
View File
@@ -0,0 +1,5 @@
---
title: Blog
layout: base.njk
---
# Willkommen