From 381297c95c7446182e90e459cd0257a8fc86b4cf Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 29 Dec 2020 12:24:04 +0100 Subject: Improved CSS classes for page content, added proper ref list macro, build scripts load and watch Pandoc filters automatically --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b8ebbbe..861b8b6 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,10 @@ watch_templates: build_only watch_metadata: build_only @scripts/watch_metadata.sh -watch: watch_sass watch_content watch_templates watch_metadata +watch_filters: build_only + @scripts/watch_filters.sh + +watch: watch_sass watch_content watch_templates watch_metadata watch_filters serve_only: build_only @python -m http.server --bind 127.0.0.1 --directory output -- cgit v1.2.3-54-g00ecf