Files
blog/Makefile
Nikolaos Karaolidis 6ae61556db Update theme
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2025-08-19 03:54:31 -04:00

19 lines
283 B
Makefile

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