summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-02-05 10:48:36 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-02-05 10:48:36 +0100
commitb7b99ab942e2521553dfdb070c4b0abd88d12e71 (patch)
tree3d6c046b0184e5cbf56e634868064c74cd549838 /config.toml
parent40aab6c7b06b9c4cb4288d3e692b06d5d2e5a89b (diff)
downloadwww-andreasbaumann-cc-b7b99ab942e2521553dfdb070c4b0abd88d12e71.tar.gz
www-andreasbaumann-cc-b7b99ab942e2521553dfdb070c4b0abd88d12e71.tar.bz2
changed website and blog to use Hugo
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..8ac3258
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,11 @@
+baseURL = "http://www.andreasbaumann.cc/"
+languageCode = "en-us"
+title = "Andreas Baumann's Personal Home Page"
+theme = "old_theme"
+disableRss = true
+enableRobotsTXT = true
+
+[Params]
+ author = "Andreas Baumann"
+ location = "Zurich"
+ copyright_years = "2009 - 2017"