diff options
author | Volpeon <git@volpeon.ink> | 2020-12-29 12:24:04 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2020-12-29 12:24:04 +0100 |
commit | 381297c95c7446182e90e459cd0257a8fc86b4cf (patch) | |
tree | 5a330a18ea60d983bc6f05976295a316a8ad7a24 /Makefile | |
parent | Handle blog entry categories (diff) | |
download | volpeon.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-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -37,7 +37,10 @@ watch_templates: build_only | |||
37 | watch_metadata: build_only | 37 | watch_metadata: build_only |
38 | @scripts/watch_metadata.sh | 38 | @scripts/watch_metadata.sh |
39 | 39 | ||
40 | watch: watch_sass watch_content watch_templates watch_metadata | 40 | watch_filters: build_only |
41 | @scripts/watch_filters.sh | ||
42 | |||
43 | watch: watch_sass watch_content watch_templates watch_metadata watch_filters | ||
41 | 44 | ||
42 | serve_only: build_only | 45 | serve_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 |