summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml8
-rw-r--r--content/posts/new-website.md11
2 files changed, 16 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index df56bdb..098cd29 100644
--- a/config.toml
+++ b/config.toml
@@ -10,6 +10,9 @@ title = "cullmann.io"
# use hermit theme
theme = "hermit"
+# hugo can use git
+enableGitInfo = true
+
[author]
name = "Christoph Cullmann"
@@ -21,8 +24,7 @@ theme = "hermit"
themeColor = "#494f5c"
- homeSubtitle = "Homepage of Christoph Cullmann."
- footerCopyright = ' &#183; <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
+ homeSubtitle = "Personal homepage of Christoph Cullmann."
[menu]
@@ -39,4 +41,4 @@ theme = "hermit"
[[menu.main]]
name = "Impressum"
url = "impressum/"
- weight = 20
+ weight = 30
diff --git a/content/posts/new-website.md b/content/posts/new-website.md
new file mode 100644
index 0000000..5133a43
--- /dev/null
+++ b/content/posts/new-website.md
@@ -0,0 +1,11 @@
+---
+title: "New Website"
+date: 2019-04-06T18:09:00+01:00
+draft: false
+---
+
+After several years of failing to update my WordPress page, I restarted my website with the [Hugo framework](https://gohugo.io/).
+
+The new website uses zero cookies (yes, no stupid cookie question) and no kind of analytic software.
+
+I hope my [Impressum](/impressum/) is done well enough to avoid any legal issues.