diff --git a/Makefile b/Makefile index eef64ea..5d8d9eb 100644 --- a/Makefile +++ b/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/ diff --git a/content/OpenOfficeorg-||-A-real-competi-2005-11-7.md b/content/OpenOfficeorg-A-real-competi-2005-11-7.md similarity index 100% rename from content/OpenOfficeorg-||-A-real-competi-2005-11-7.md rename to content/OpenOfficeorg-A-real-competi-2005-11-7.md