~will-clarke/super-simple-static-site-generator

25c71f43814dcacd6f4d255ca16b4900f06248c6 — William Clarke 2 years ago 0baded9
Zenburn's a pretty cool syntax highlighing scheme
1 files changed, 1 insertions(+), 0 deletions(-)

M ssssg
M ssssg => ssssg +1 -0
@@ 44,6 44,7 @@ md_file_to_html_file() {
    input_file="$1"
    pandoc \
        --css="/css/style.css" \
        --highlight-style zenburn \
        --include-before-body src/_top.html \
        --include-after-body src/_bottom.html \
        --title "$(config_for title)" \