feat: migrate to zine

This commit is contained in:
2024-12-26 20:02:07 -08:00
parent d4ae0bf2c8
commit cbfe9aea40
48 changed files with 796 additions and 505 deletions

6
layouts/home.shtml Normal file
View File

@@ -0,0 +1,6 @@
<extend template="base.shtml">
<title id="title" :text="$site.title"></title>
<div id="main">
<h1 :text="$page.title"></h1>
<div :html="$page.content()"></div>
</div>