mirror of
https://github.com/zaphar/jeremy.marzhillstudios.com.git
synced 2025-07-22 19:39:56 -04:00
Makefile fixes.
This commit is contained in:
parent
6d588c02ac
commit
77a02a9915
5
Makefile
5
Makefile
@ -1,12 +1,13 @@
|
||||
content := $(wildcard content/*.md themes/even/sass/*.scss themes/even/static/* themes/even/templates/*.html themes/even/templates/categories/*.html themes/even/templates/shortcodes/*.html themes/even/templates/tags/*.html)
|
||||
build: content/.built
|
||||
|
||||
all: build deploy
|
||||
|
||||
content/.built:
|
||||
content/.built: $(content)
|
||||
zola build -o public/
|
||||
touch content/.built
|
||||
|
||||
deploy: build
|
||||
publish: build
|
||||
cd public
|
||||
gsutil -m rsync -d -r public gs://jeremy.marzhillstudios.com/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user