12
Makefile
Normal file
12
Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
THEME := themes/huell
|
||||
|
||||
.PHONY: all theme hugo
|
||||
|
||||
all: theme hugo
|
||||
|
||||
theme:
|
||||
cd $(THEME) && \
|
||||
nix develop --command make
|
||||
|
||||
hugo:
|
||||
hugo
|
Submodule themes/huell updated: 75b84da3b5...1ef22fc697
Reference in New Issue
Block a user