Make code highlight sample page

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent 895ef13d73
commit 58af575386
4 changed files with 55 additions and 18 deletions

View File

@@ -120,8 +120,12 @@ sitegen.create =>
} for path in *files
add "index.html", title: "Catalin Mititiuc"
add "blog.html", title: "Posts", target: "posts/index", template: "blog"
add_all files_from "docs"
-- 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"
copy "app.css"
copy "moonscript.css"