+ + + {{ post.title }} + +
+{{ post.intro }}
+diff --git a/Makefile b/Makefile index fbdb3f1..9fc9251 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: help build publish -VERSION = 1.4.1 +VERSION = 1.5.0 help: @perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' @@ -8,7 +8,8 @@ build: @docker build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) . publish: - @docker image push code.headbright.be/konstantin/iamkonstantin:$(VERSION) + # something to try: --provenance=false + @docker buildx build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) --platform linux/arm64 --push . bump: @bash ./bump_version.sh upgrade: build publish \ No newline at end of file diff --git a/blog/templates/blog/blog_index_page.html b/blog/templates/blog/blog_index_page.html index fd44827..da226bd 100644 --- a/blog/templates/blog/blog_index_page.html +++ b/blog/templates/blog/blog_index_page.html @@ -15,55 +15,54 @@
{{ post.intro }}
-{{ post.intro }}
+{{ post.intro }}
+