diff --git a/Makefile b/Makefile index 88e5c08..bf8f35b 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,8 @@ all: $(DIRS) public/* clean: rm -rf public/ resources/ +theme: themes/$(THEME)/package-lock.json themes/$(THEME)/src + site: $(HUGO) --gc