Compare commits

..

No commits in common. "8ad4e4745f9c32c636ff3b7ccc3974ed44f7b9d3" and "f99ddf8c35db4da1d76b143d3e9ee0ac43de9b56" have entirely different histories.

1 changed files with 1 additions and 7 deletions

View File

@ -7,7 +7,7 @@ RSYNC = /usr/bin/rsync
JPEGOPTIM = /usr/bin/jpegoptim JPEGOPTIM = /usr/bin/jpegoptim
OPTIPNG = /usr/bin/optipng OPTIPNG = /usr/bin/optipng
.PHONY: all clean server jpegoptim optipng site staging .PHONY: all clean server jpegoptim optipng
.SUFFIXES: .jpg .png .md .html .js .css .scss .toml .SUFFIXES: .jpg .png .md .html .js .css .scss .toml
DIRS = content data static themes/$(THEME) resources DIRS = content data static themes/$(THEME) resources
@ -17,12 +17,6 @@ all: $(DIRS) public/*
clean: clean:
rm -rf public/ resources/ rm -rf public/ resources/
site:
$(HUGO) --gc
staging:
$(HUGO) --buildDrafts --buildExpired --buildFuture --gc
server: themes/$(THEME)/package-lock.json themes/$(THEME)/src server: themes/$(THEME)/package-lock.json themes/$(THEME)/src
$(HUGO) server --buildDrafts --buildExpired --buildFuture --gc $(HUGO) server --buildDrafts --buildExpired --buildFuture --gc