Theme in Makefile integriert

This commit is contained in:
Patrick Neff 2019-01-17 15:22:55 +01:00
parent 8ad4e4745f
commit 94bb755b27
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ all: $(DIRS) public/*
clean: clean:
rm -rf public/ resources/ rm -rf public/ resources/
theme: themes/$(THEME)/package-lock.json themes/$(THEME)/src
site: site:
$(HUGO) --gc $(HUGO) --gc