Fixed baseURL and config.yaml
This commit is contained in:
2
Makefile
2
Makefile
@@ -42,7 +42,7 @@ static-pull:
|
|||||||
.PHONY: static-pull
|
.PHONY: static-pull
|
||||||
|
|
||||||
static-push:
|
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
|
.PHONY: static-push
|
||||||
|
|
||||||
run: static-pull
|
run: static-pull
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
baseURL: "http://bdebyl.net/"
|
baseURL: "https://bdebyl.net/"
|
||||||
title: "A random assortment of my personal projects."
|
title: "A random assortment of my personal projects."
|
||||||
theme: "even"
|
theme: "even"
|
||||||
defaultContentLanguage: "en"
|
defaultContentLanguage: "en"
|
||||||
|
|||||||
Reference in New Issue
Block a user