summaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-06-27 10:32:09 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-06-27 10:32:09 +0200
commit69075c6fb15ae660fc3d78eb2a4dfcde1c5fba1c (patch)
tree810826632778f9a244fe9e7071c5455ccf6cc75f /content/posts
parentd70eeb49c56bff09d8b589cdf40838cfe1f9e9d1 (diff)
less github links
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/hugo-extended-centos-7/index.md2
-rw-r--r--content/posts/privacy-and-hugo-themes/index.md4
2 files changed, 2 insertions, 4 deletions
diff --git a/content/posts/hugo-extended-centos-7/index.md b/content/posts/hugo-extended-centos-7/index.md
index 1c68b2c..fd6a6eb 100644
--- a/content/posts/hugo-extended-centos-7/index.md
+++ b/content/posts/hugo-extended-centos-7/index.md
@@ -22,5 +22,3 @@ To make it easier for others, to do so, just:
* download https://github.com/gohugoio/hugo/archive/v0.54.0.tar.gz
* execute in the source directory `go install -tags extended`
* grab the result binary in your ~/go directory
-
-If you need a pre-compiled one, on your own risk, use the one in my git, https://github.com/christoph-cullmann/cullmann.io.
diff --git a/content/posts/privacy-and-hugo-themes/index.md b/content/posts/privacy-and-hugo-themes/index.md
index 82e35ef..7875402 100644
--- a/content/posts/privacy-and-hugo-themes/index.md
+++ b/content/posts/privacy-and-hugo-themes/index.md
@@ -16,9 +16,9 @@ I thought, given Hugo generates plain static HTML pages, I would be on the safe
But unfortunately, the theme I use includes some external resources, like the Google web fonts...
-I now patched that out in my [fork](https://github.com/christoph-cullmann/hugo-coder) 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://github.com/christoph-cullmann/cullmann.io/tree/master/static).
+The local mirrored files can be found [here](https://cullmann.io/git/cullmann.io).
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.