aboutsummaryrefslogtreecommitdiffhomepage
path: root/barf
diff options
context:
space:
mode:
Diffstat (limited to 'barf')
-rwxr-xr-xbarf4
1 files changed, 1 insertions, 3 deletions
diff --git a/barf b/barf
index 045596b..5312a07 100755
--- a/barf
+++ b/barf
@@ -15,7 +15,7 @@ elif [ "$os_name" = "Darwin" ]; then
fi
set -eu
-MARKDOWN=kramdown
+MARKDOWN=lowdown
IFS=' '
# Create tab-separated file with filename, title, creation date, last update
@@ -146,8 +146,6 @@ write_page() {
> "$target" && cat footer.html >> "$target"
}
-rm -rf build && mkdir build
-
# Blog posts
index_tsv posts | sort -rt " " -k 3 > build/posts.tsv
index_html build/posts.tsv > build/index.html