diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..293e132 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +THEME := themes/huell + +.PHONY: all theme hugo + +all: theme hugo + +theme: + cd $(THEME) && \ + nix develop --command make + +hugo: + hugo diff --git a/themes/huell b/themes/huell index 75b84da..1ef22fc 160000 --- a/themes/huell +++ b/themes/huell @@ -1 +1 @@ -Subproject commit 75b84da3b564d433bc94fd9cde249e464fbf9432 +Subproject commit 1ef22fc697c4fd0f76a6f9daabcabb5035f6f77e