convenient generation

This commit is contained in:
cellarspoon
2021-12-15 12:40:25 +01:00
parent 4205d64ff6
commit 3b34e0d0e0
2 changed files with 10 additions and 0 deletions

View File

@ -3,4 +3,10 @@ DEFAULT: serve
serve:
@hugo serve
gen:
@CALENDAR_URL="https://cloud.lumbung.space/remote.php/dav/public-calendars/WbnHM8YdCkKT6bcT?export"; \
OUTPUT_DIR=content/calendar; \
lumbunglib-cal && \
OUTPUT_DIR=content/video lumbunglib-vid
.PHONY: serve