Highlight unlabeled blocks

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent e041143b27
commit 5bf9a45007
10 changed files with 498 additions and 367 deletions

View File

@@ -120,16 +120,18 @@ sitegen.create =>
} for path in *files
add "index.html", title: "Catalin Mititiuc"
-- add "blog.html", title: "Posts", target: "posts/index", template: "blog"
add "blog.html", title: "Posts", target: "posts/index", template: "blog"
add "code.md",
template: "post"
title: "Code Syntax Highlight Samples"
publish_date: format_date date true
-- add_all files_from "docs"
add_all files_from "docs"
copy "app.css"
copy "moonscript.css"
copy "pygments.css"
copy "pandoc.css"
copy "pandoc-old.css"
-- replace post markdown yaml headers with moonscript headers
filter "docs", (body) =>