Highlight unlabeled blocks
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user