WIP: add css from stasis
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user