summaryrefslogtreecommitdiff
path: root/content/posts/privacy-and-hugo-themes/index.md
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-05-13 21:45:11 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-05-13 21:45:11 +0200
commitcf38879fe89357f1aebd9aff9e86d3df01f46a4d (patch)
tree296ff5e6a0a5c329e2e67aeb1185d9f1f9803948 /content/posts/privacy-and-hugo-themes/index.md
parent7a8df42248c8a31fbd59dc602783a2cf00078119 (diff)
sort posts
Diffstat (limited to 'content/posts/privacy-and-hugo-themes/index.md')
-rw-r--r--content/posts/privacy-and-hugo-themes/index.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/content/posts/privacy-and-hugo-themes/index.md b/content/posts/privacy-and-hugo-themes/index.md
new file mode 100644
index 0000000..82e35ef
--- /dev/null
+++ b/content/posts/privacy-and-hugo-themes/index.md
@@ -0,0 +1,25 @@
+---
+title: "Privacy and Hugo Themes"
+date: 2019-04-07T17:10:00+02:00
+draft: false
+categories: [www]
+tags: [hugo, privacy]
+url: /posts/privacy-and-hugo-themes/
+author: "Christoph Cullmann"
+---
+
+I use the "Hugo Coder" theme for this page.
+
+After creating the [privacy page (Impressum)](/impressum/), I did take a closer look at the generated HTML code to confirm I didn't miss to state things there.
+
+I thought, given Hugo generates plain static HTML pages, I would be on the safe side.
+
+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.
+
+The local mirrored files can be found [here](https://github.com/christoph-cullmann/cullmann.io/tree/master/static).
+
+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.
+
+This is already ugly with static pages, like the stuff generated here (and I hope I missed nothing), but with dynamic websites this is...