Files
blog/Makefile
Nikolaos Karaolidis 2d06c260c4
Some checks failed
Build and Release Site / builder (push) Successful in 1m40s
Build and Release Site / release (push) Failing after 22s
Add CI
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2025-09-14 17:14:38 +01:00

19 lines
279 B
Makefile

.PHONY: all theme hugo dev t clean
THEME := themes/caldwell
all: hugo
theme:
cd $(THEME) && \
nix develop --command make
hugo:
hugo
dev: theme
hugo server -D --disableFastRender
clean:
rm -rf public resources/_gen assets/jsconfig.json hugo_stats.json .hugo_build.lock