fork and modify dockerfile for prod

This commit is contained in:
2024-02-09 10:53:19 +01:00
commit 4d231a3ce8
21 changed files with 721 additions and 0 deletions

18
_layouts/page.html Normal file
View File

@@ -0,0 +1,18 @@
---
layout: compress
---
<!DOCTYPE html>
<html lang="en">
<head>
{%include meta.html%}
</head>
<body class="w-screen h-screen min-h-screen">
<div class="w-full h-full p-2.5 text-9xl text-center font-black mx-auto grid place-content-center">
{{content}}
</div>
</body>
{%include analytics.html%}
</html>