diff --git a/Makefile b/Makefile index 69d5167..51df5eb 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ serve: hugo serve -D --bind 0.0.0.0 -b http://${DEV_IP}:1313/ build: - docker build --no-cache -t ${DOCKER_IMAGE}:${DOCKER_TAG} . + sudo docker build --no-cache -t ${DOCKER_IMAGE}:${DOCKER_TAG} . push: - docker push ${DOCKER_IMAGE}:${DOCKER_TAG} + sudo docker push ${DOCKER_IMAGE}:${DOCKER_TAG} diff --git a/archetypes/default.md b/archetypes/default.md index e81e7bb..84818ca 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,9 @@ --- title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} +author: "Anna" +date: {{ .Date | .dateFormat (.Site.Params.dateformat)" }} draft: true +tags: + - tag1 ---