Init zine

This commit is contained in:
2025-08-05 00:34:58 +08:00
parent 477b3c9a79
commit c6fc0b093b
27 changed files with 1027 additions and 0 deletions

10
zine.ziggy Normal file
View File

@@ -0,0 +1,10 @@
Site {
.title = "Welcome to Zine!",
.host_url = "https://example.com",
.content_dir_path = "content",
.layouts_dir_path = "layouts",
.assets_dir_path = "assets",
.static_assets = [
"Temml.woff2",
],
}