summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-29 12:24:04 +0100
committerVolpeon <git@volpeon.ink>2020-12-29 12:24:04 +0100
commit381297c95c7446182e90e459cd0257a8fc86b4cf (patch)
tree5a330a18ea60d983bc6f05976295a316a8ad7a24 /Makefile
parentHandle blog entry categories (diff)
downloadvolpeon.ink-381297c95c7446182e90e459cd0257a8fc86b4cf.tar.gz
volpeon.ink-381297c95c7446182e90e459cd0257a8fc86b4cf.tar.bz2
volpeon.ink-381297c95c7446182e90e459cd0257a8fc86b4cf.zip
Improved CSS classes for page content, added proper ref list macro, build scripts load and watch Pandoc filters automatically
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8ebbbe..861b8b6 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,10 @@ watch_templates: build_only
37watch_metadata: build_only 37watch_metadata: build_only
38 @scripts/watch_metadata.sh 38 @scripts/watch_metadata.sh
39 39
40watch: watch_sass watch_content watch_templates watch_metadata 40watch_filters: build_only
41 @scripts/watch_filters.sh
42
43watch: watch_sass watch_content watch_templates watch_metadata watch_filters
41 44
42serve_only: build_only 45serve_only: build_only
43 @python -m http.server --bind 127.0.0.1 --directory output 46 @python -m http.server --bind 127.0.0.1 --directory output