Update moonscript syntax highlight colors

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent 1dcaa134fc
commit 8ed0e4f2dd
8 changed files with 716 additions and 16 deletions

View File

@@ -121,6 +121,10 @@ sitegen.create =>
add "index.html", title: "Catalin Mititiuc"
add "blog.html", title: "Posts", target: "posts/index", template: "blog"
add "example.moon.md",
template: "post"
title: "MoonScript Example"
publish_date: format_date date true
add "code.md",
template: "post"
title: "Code Syntax Highlight Samples"
@@ -129,6 +133,7 @@ sitegen.create =>
copy "app.css"
copy "pygments.css"
copy "moonscript.css"
copy "pandoc.css"
-- replace post markdown yaml headers with moonscript headers