use cullmann.dev

no idea what happens with .io and .dev is cheaper :-0
This commit is contained in:
Christoph Cullmann 2025-05-16 20:54:06 +02:00
parent c0138acf6e
commit 008abb31c3
No known key found for this signature in database
8 changed files with 11 additions and 12 deletions

View file

@ -1,5 +1,4 @@
{ {
"name": "cullmann.io" "name": "cullmann.dev"
, "files": [ { "git": 1 } ] , "files": [ { "git": 1 } ]
} }

View file

@ -1,6 +1,6 @@
# cullmann.io # cullmann.dev
cullmann.io website cullmann.dev website
# Update theme # Update theme

View file

@ -3,7 +3,7 @@
# https://blowfish.page/docs/getting-started/ # https://blowfish.page/docs/getting-started/
theme = "blowfish" theme = "blowfish"
baseURL = "https://cullmann.io/" baseURL = "https://cullmann.dev/"
defaultContentLanguage = "en" defaultContentLanguage = "en"
disableLanguages = [] #to allow translation work requiring shipping to production disableLanguages = [] #to allow translation work requiring shipping to production

View file

@ -13,7 +13,7 @@ title = "Ignorance is bliss..."
[params.author] [params.author]
name = "Christoph Cullmann" name = "Christoph Cullmann"
email = "christoph@cullmann.io" email = "christoph@cullmann.dev"
image = "images/christoph_avatar.webp" image = "images/christoph_avatar.webp"
headline = "Welcome to Christoph Cullmann's web site" headline = "Welcome to Christoph Cullmann's web site"
bio = "Software Engineer at AbsInt and KDE contributor" bio = "Software Engineer at AbsInt and KDE contributor"
@ -25,5 +25,5 @@ title = "Ignorance is bliss..."
{ mastodon = "https://mastodon.social/@cullmann" }, { mastodon = "https://mastodon.social/@cullmann" },
# { ycombinator = "https://news.ycombinator.com/user?id=cullmann" }, # { ycombinator = "https://news.ycombinator.com/user?id=cullmann" },
{ youtube = "https://youtube.com/ChristophCullmann" }, { youtube = "https://youtube.com/ChristophCullmann" },
{ email = "mailto:christoph@cullmann.io" } { email = "mailto:christoph@cullmann.dev" }
] ]

View file

@ -6,9 +6,9 @@ showAuthor = false
showReadingTime = false showReadingTime = false
+++ +++
cullmann.io is the personal web site of Christoph Cullmann. cullmann.dev is the personal web site of Christoph Cullmann.
The full sources of this web site can be found on [here](https://git.babylon2k.com/cullmann/cullmann.io). The full sources of this web site can be found on [here](https://git.babylon2k.com/cullmann/www).
## Professional Life ## Professional Life

View file

@ -16,7 +16,7 @@ showReadingTime = false
### Kontakt / Contact ### Kontakt / Contact
> Telefon/Mobile/Signal: +49 176 235 467 98<br> > Telefon/Mobile/Signal: +49 176 235 467 98<br>
> E-Mail: [christoph@cullmann.io](mailto:christoph@cullmann.io) > E-Mail: [christoph@cullmann.dev](mailto:christoph@cullmann.dev)
## Datenschutzerklärung ## Datenschutzerklärung

View file

@ -18,7 +18,7 @@ But unfortunately, the theme I use includes some external resources, like the Go
I now patched that out of the theme and provide local copies on my own server. I now patched that out of the theme and provide local copies on my own server.
The local mirrored files can be found [here](https://git.babylon2k.com/cullmann/cullmann.io). The local mirrored files can be found [here](https://git.babylon2k.com/cullmann/www).
Actually, this shows, for a "normal" user, it is really hard to ensure no privacy violations are on his/her/... website, given you need to control each and every page. Actually, this shows, for a "normal" user, it is really hard to ensure no privacy violations are on his/her/... website, given you need to control each and every page.

View file

@ -8,7 +8,7 @@ url: /posts/webserver-transition/
author: "Christoph Cullmann" author: "Christoph Cullmann"
--- ---
Several years the [kate-editor.org](https://kate-editor.org) & [cullmann.io](https://cullmann.io) pages got hosted on a [Hetzner](https://www.hetzner.de/) root server. Several years the Kate editor & my personal web site got hosted on a [Hetzner](https://www.hetzner.de/) root server.
To reduce costs and switch away from old hardware they got now moved to an [OpenVZ](https://openvz.org/) based virtual server at [Host Europe](https://www.hosteurope.de). To reduce costs and switch away from old hardware they got now moved to an [OpenVZ](https://openvz.org/) based virtual server at [Host Europe](https://www.hosteurope.de).
On both servers [CentOS](https://centos.org) 7.x is running, it did always provide a stable foundation for the services these sites use. On both servers [CentOS](https://centos.org) 7.x is running, it did always provide a stable foundation for the services these sites use.