summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml12
1 files changed, 11 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 8ac3258..eb27b44 100644
--- a/config.toml
+++ b/config.toml
@@ -1,11 +1,21 @@
baseURL = "http://www.andreasbaumann.cc/"
languageCode = "en-us"
title = "Andreas Baumann's Personal Home Page"
-theme = "old_theme"
+theme = "new_theme"
disableRss = true
enableRobotsTXT = true
[Params]
author = "Andreas Baumann"
+ description = "Andreas Baumann's Personal Home Page"
+ toptitle = "Andreas Baumann's"
+ subtitle = "Personal Home Page"
location = "Zurich"
copyright_years = "2009 - 2017"
+
+[Params.widgets]
+ search = true
+ recent_articles = true
+ categories = true
+ tags = true
+