From c4a83cf5bec6bc23e29228de588e9eda303b1f39 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Thu, 15 May 2025 11:54:27 +0200 Subject: [PATCH] update portfolio sections --- Makefile | 7 ++--- blog/templates/blog/blog_page.html | 2 +- .../templates/includes/header.html | 2 +- theme/static_src/src/styles.css | 29 +++++++++++++++++++ 4 files changed, 33 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 190dc92..aa018e0 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,9 @@ -.PHONY: help build publish -VERSION = 1.9.6 +.PHONY: help bump publish +VERSION = 1.9.11 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}' -build: - @docker build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) . - publish: # something to try: --provenance=false @docker buildx build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) --platform linux/arm64 --push . diff --git a/blog/templates/blog/blog_page.html b/blog/templates/blog/blog_page.html index e930cf5..2bc6968 100644 --- a/blog/templates/blog/blog_page.html +++ b/blog/templates/blog/blog_page.html @@ -74,7 +74,7 @@ -