diff options
Diffstat (limited to 'barf')
| -rwxr-xr-x | barf | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
