updated theme for site-wide image, Makefile updates

This commit is contained in:
Bastian de Byl
2020-11-05 23:15:39 -05:00
parent b4e403fa67
commit 2fbaf87573
2 changed files with 2 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ static-pull:
.PHONY: static-pull
static-push:
aws s3 sync --acl "public-read" --sse "AES256" ${STATIC_DIR}/ s3://${STATIC_BUCKET}
aws s3 sync --cache-control max-age=86400 --acl "public-read" --sse "AES256" ${STATIC_DIR}/ s3://${STATIC_BUCKET}
.PHONY: static-push
static-images:

View File

@@ -64,6 +64,7 @@ params:
favicon: "/static/img/favicon.ico"
since: "2017"
logoImage: "/static/img/logo.png"
sitePreview: "/static/img/dblogo-prev.png"
logoTitle: "bdebyl"
keywords: ["bastian", "de byl", "bdebyl", "bastian de byl"]
description: "A random assortment of my personal projects."