summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-04-06 17:01:27 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-04-06 17:01:27 +0200
commitd5369ee8ec995b386a244db48732ac5bac75f0a5 (patch)
treeb17212eac66ed08103492bc8fe838ea6fc23244d /config.toml
parent9b013b57dc59d5b20aa39b474da788b8efce9c9b (diff)
update content
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml26
1 files changed, 24 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index e4b7418..47987ac 100644
--- a/config.toml
+++ b/config.toml
@@ -1,3 +1,25 @@
-baseURL = "http://example.org/"
+# our homepage url
+baseURL = "https://cullmann.io/"
+
+# default content is in english
languageCode = "en-us"
-title = "My New Hugo Site"
+
+# cullmann.io website
+title = "cullmann.io"
+
+# use hermit theme
+theme = "hermit"
+
+[author]
+ name = "Christoph Cullmann"
+
+[params]
+ dateform = "Jan 2, 2006"
+ dateformShort = "Jan 2"
+ dateformNum = "2006-01-02"
+ dateformNumTime = "2006-01-02 15:04 -0700"
+
+ 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>'