update social links

This commit is contained in:
Konstantin 2024-11-10 14:26:21 +01:00
parent 9e63f974bd
commit 5f6c8a3dfd
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# Use an official Python runtime based on Debian 10 "buster" as a parent image. # Use an official Python runtime based on Debian 10 "buster" as a parent image.
FROM python:3.12-slim FROM python:3.13-slim
# Add user that will be used in the container. # Add user that will be used in the container.
# RUN useradd wagtail # RUN useradd wagtail

View file

@ -1,5 +1,5 @@
.PHONY: help build publish .PHONY: help build publish
VERSION = 1.3.0 VERSION = 1.4.1
help: 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}' @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,7 @@ build:
@docker build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) . @docker build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) .
publish: publish:
@docker push code.headbright.be/konstantin/iamkonstantin:$(VERSION) @docker image push code.headbright.be/konstantin/iamkonstantin:$(VERSION)
bump: bump:
@bash ./bump_version.sh @bash ./bump_version.sh
upgrade: build publish upgrade: build publish

View file

@ -4,7 +4,7 @@
<html lang="en" class="h-full antialiased"> <html lang="en" class="h-full antialiased">
<head> <head>
<meta charset="utf-8"/> <meta charset="utf-8"/>
<meta name="fediverse:creator" content="@konstantin@social.headbright.eu" /> <meta name="fediverse:creator" content="@konstantin@toot.iamkonstantin.eu" />
{% include "wagtailseo/meta.html" %} {% include "wagtailseo/meta.html" %}
<title> <title>
{% block title %} {% block title %}