updated theme for site-wide image, Makefile updates
This commit is contained in:
2
Makefile
2
Makefile
@@ -55,7 +55,7 @@ static-pull:
|
|||||||
.PHONY: static-pull
|
.PHONY: static-pull
|
||||||
|
|
||||||
static-push:
|
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
|
.PHONY: static-push
|
||||||
|
|
||||||
static-images:
|
static-images:
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ params:
|
|||||||
favicon: "/static/img/favicon.ico"
|
favicon: "/static/img/favicon.ico"
|
||||||
since: "2017"
|
since: "2017"
|
||||||
logoImage: "/static/img/logo.png"
|
logoImage: "/static/img/logo.png"
|
||||||
|
sitePreview: "/static/img/dblogo-prev.png"
|
||||||
logoTitle: "bdebyl"
|
logoTitle: "bdebyl"
|
||||||
keywords: ["bastian", "de byl", "bdebyl", "bastian de byl"]
|
keywords: ["bastian", "de byl", "bdebyl", "bastian de byl"]
|
||||||
description: "A random assortment of my personal projects."
|
description: "A random assortment of my personal projects."
|
||||||
|
|||||||
Reference in New Issue
Block a user