diff options
author | Viktor Kleen <viktor@kleen.org> | 2015-01-02 13:34:41 +0000 |
---|---|---|
committer | Viktor Kleen <viktor@kleen.org> | 2015-01-02 13:34:41 +0000 |
commit | 84bcb75a87bbb67d260af7e5cefad0fb7f099482 (patch) | |
tree | 641e843cc4b22c71a8711cf07938610336674a12 | |
parent | 743de8b7efc0c954929b3eb67f070e984e1c2546 (diff) | |
download | dirty-haskell.org-84bcb75a87bbb67d260af7e5cefad0fb7f099482.tar dirty-haskell.org-84bcb75a87bbb67d260af7e5cefad0fb7f099482.tar.gz dirty-haskell.org-84bcb75a87bbb67d260af7e5cefad0fb7f099482.tar.bz2 dirty-haskell.org-84bcb75a87bbb67d260af7e5cefad0fb7f099482.tar.xz dirty-haskell.org-84bcb75a87bbb67d260af7e5cefad0fb7f099482.zip |
That's where it's gone!
-rw-r--r-- | clean.do | 2 | ||||
-rw-r--r-- | default.html.do | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ | |||
1 | find -name '*.html' -not -path './nginx/*' -not -path './htdocs/*' -delete | 1 | find -name '*.html' -not -path './nginx/*' -not -path './htdocs/*' -delete |
2 | find -name '*.md' -not -path './posts/*' -delete | 2 | find -name '*.md' -not -path './posts/*' -not -name 'about.md' -delete |
3 | rm tex -rf \ No newline at end of file | 3 | 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 \ | |||
10 | 10 | ||
11 | pandoc -f markdown -t json $2.md \ | 11 | pandoc -f markdown -t json $2.md \ |
12 | | build/tex-filter.hs "$(pwd)" 2>/dev/null \ | 12 | | build/tex-filter.hs "$(pwd)" 2>/dev/null \ |
13 | | pandoc --template=build/template.html5 --base-header-level=3 --standalone -S -f json -t html5 -c $CSS >$3 2>/dev/null | 13 | | pandoc --template=build/template.html5 --base-header-level=3 --standalone -S --email-obfuscation=none -f json -t html5 -c $CSS >$3 2>/dev/null |