summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-17 17:45:04 +0100
committerVolpeon <git@volpeon.ink>2021-11-17 17:45:04 +0100
commit2ff970cd5a61d74b2bd0b6d099ccc6880e2394d3 (patch)
tree45897b50dd31d759840022e2072d411a02f6d59d /Makefile
parentImproved list, made header sticky, removed git link (diff)
downloadvolpeon.ink-2ff970cd5a61d74b2bd0b6d099ccc6880e2394d3.tar.gz
volpeon.ink-2ff970cd5a61d74b2bd0b6d099ccc6880e2394d3.tar.bz2
volpeon.ink-2ff970cd5a61d74b2bd0b6d099ccc6880e2394d3.zip
Re-add stylesheet hash
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 65ef838..55ec938 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,7 @@ out/%.html: content/%.md .cache/meta/%.json $(CONTENT_TEMPLATES_SRC) metadata/*.
85 $(GLOBAL_METADATA) \ 85 $(GLOBAL_METADATA) \
86 --metadata-file "$(filter .cache/meta/%.json,$^)" \ 86 --metadata-file "$(filter .cache/meta/%.json,$^)" \
87 --metadata file_out="$@" \ 87 --metadata file_out="$@" \
88 --metadata style_hash="$(shell sha256sum out/style.css | cut -d ' ' -f 1)" \
88 $(PANDOC_FILTERS) \ 89 $(PANDOC_FILTERS) \
89 -o "$@" "$<" 90 -o "$@" "$<"
90 91