Compare commits
No commits in common. "8ad4e4745f9c32c636ff3b7ccc3974ed44f7b9d3" and "f99ddf8c35db4da1d76b143d3e9ee0ac43de9b56" have entirely different histories.
8ad4e4745f
...
f99ddf8c35
8
Makefile
8
Makefile
|
|
@ -7,7 +7,7 @@ RSYNC = /usr/bin/rsync
|
|||
JPEGOPTIM = /usr/bin/jpegoptim
|
||||
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
|
||||
|
||||
DIRS = content data static themes/$(THEME) resources
|
||||
|
|
@ -17,12 +17,6 @@ all: $(DIRS) public/*
|
|||
clean:
|
||||
rm -rf public/ resources/
|
||||
|
||||
site:
|
||||
$(HUGO) --gc
|
||||
|
||||
staging:
|
||||
$(HUGO) --buildDrafts --buildExpired --buildFuture --gc
|
||||
|
||||
server: themes/$(THEME)/package-lock.json themes/$(THEME)/src
|
||||
$(HUGO) server --buildDrafts --buildExpired --buildFuture --gc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue