feat: add basic blog features

This commit is contained in:
2026-03-09 22:17:39 +01:00
commit c16657f996
29 changed files with 3095 additions and 0 deletions

9
views/index.pug Normal file
View File

@@ -0,0 +1,9 @@
extends layout
block content
section
ul
each post in posts
li
a(href=`/posts/${post.id}`)
h2= post.title