From d5369ee8ec995b386a244db48732ac5bac75f0a5 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 6 Apr 2019 17:01:27 +0200 Subject: [PATCH] update content --- .gitignore | 1 + config.toml | 26 ++++++++++++++++++++++++-- 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 = ' · CC BY-NC 4.0'