From 84bcb75a87bbb67d260af7e5cefad0fb7f099482 Mon Sep 17 00:00:00 2001 From: Viktor Kleen Date: Fri, 2 Jan 2015 13:34:41 +0000 Subject: That's where it's gone! --- clean.do | 2 +- default.html.do | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clean.do b/clean.do index b5a851a..3b75ee7 100644 --- a/clean.do +++ b/clean.do @@ -1,3 +1,3 @@ find -name '*.html' -not -path './nginx/*' -not -path './htdocs/*' -delete -find -name '*.md' -not -path './posts/*' -delete +find -name '*.md' -not -path './posts/*' -not -name 'about.md' -delete rm tex -rf \ No newline at end of file diff --git a/default.html.do b/default.html.do index d2b1ed2..16de1e5 100644 --- a/default.html.do +++ b/default.html.do @@ -10,4 +10,4 @@ pandoc -t json $2.md | build/tex-filter.hs "$(pwd)" 2>&1 >/dev/null \ pandoc -f markdown -t json $2.md \ | build/tex-filter.hs "$(pwd)" 2>/dev/null \ - | pandoc --template=build/template.html5 --base-header-level=3 --standalone -S -f json -t html5 -c $CSS >$3 2>/dev/null + | pandoc --template=build/template.html5 --base-header-level=3 --standalone -S --email-obfuscation=none -f json -t html5 -c $CSS >$3 2>/dev/null -- cgit v1.2.3