Initial commit

Static site generation from md wip
This commit is contained in:
2023-09-15 22:35:15 +02:00
commit 24fd81c32c
11 changed files with 1213 additions and 0 deletions

11
templates/note.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
{{markdown}}
</body>
</html>