first post
This commit is contained in:
parent
c74c4902e4
commit
29967039e2
|
@ -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 = ' · <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
|
||||
|
|
11
content/posts/new-website.md
Normal file
11
content/posts/new-website.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue