Update theme

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-19 03:54:31 -04:00
parent b22a96cbcf
commit 6ae61556db
6 changed files with 32 additions and 22 deletions

View File

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