Fixed baseURL and config.yaml

This commit is contained in:
Bastian de Byl
2020-04-18 19:04:07 -04:00
parent 068498f45d
commit cd806484b7
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ static-pull:
.PHONY: static-pull
static-push:
aws s3 sync --acl "public-read" --sse "AES256" s3://${STATIC_BUCKET} ${STATIC_DIR}/
aws s3 sync --acl "public-read" --sse "AES256" ${STATIC_DIR}/ s3://${STATIC_BUCKET}
.PHONY: static-push
run: static-pull

View File

@@ -1,4 +1,4 @@
baseURL: "http://bdebyl.net/"
baseURL: "https://bdebyl.net/"
title: "A random assortment of my personal projects."
theme: "even"
defaultContentLanguage: "en"