Make code highlight sample page
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user