WIP: add css from stasis

This commit is contained in:
2025-06-16 20:18:04 -07:00
parent d334aaf003
commit c87a2314c5
15 changed files with 1146 additions and 6 deletions

View File

@@ -18,5 +18,10 @@ posts = (path=".") ->
sitegen.create =>
@title = "Hello World"
@app_name = "stasis"
@version = "0.2.12"
add "index.md"
add path, target: target for path, target in pairs posts "docs"
css = require("sitegen.tools").system_command "cat < %s > %s", "css"
build css, "index.css"