From b7b99ab942e2521553dfdb070c4b0abd88d12e71 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 5 Feb 2017 10:48:36 +0100 Subject: changed website and blog to use Hugo --- config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.toml (limited to 'config.toml') 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" -- cgit v1.2.3-54-g00ecf