Initialized jekyll with cyberpunk theme

This commit is contained in:
2025-03-16 23:56:29 +01:00
commit 895b589544
71 changed files with 8221 additions and 0 deletions

13
_layouts/default.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="de">
<head>
{% include head.html %}
</head>
<body>
{% include header.html %}
<main>
{{ content }}
</main>
{% include footer.html %}
</body>
</html>