summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--config.toml26
2 files changed, 25 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 87174b6..3fdb86f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/public/
+/resources/
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>'