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 = ' · CC BY-NC 4.0' + 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.