13 lines
263 B
Makefile
13 lines
263 B
Makefile
DEFAULT: serve
|
|
|
|
serve:
|
|
@hugo serve --watch
|
|
|
|
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
|