Update moonscript syntax highlight colors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user