Files
blog/Makefile
Nikolaos Karaolidis b3c72fced3 Add Makefile
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2025-08-05 14:10:11 +02:00

13 lines
130 B
Makefile

THEME := themes/huell
.PHONY: all theme hugo
all: theme hugo
theme:
cd $(THEME) && \
nix develop --command make
hugo:
hugo