From ec998573a98245e1194ec6a591defdd445e47223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 20 May 2022 10:25:03 +0200 Subject: [PATCH] update config to use theme --- config.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config.toml b/config.toml index 0644795..9e66026 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,20 @@ baseURL = 'https://www.tormakristof.eu/' languageCode = 'en-us' title = 'LandingPage' +theme = "bootstrap-bp-hugo-startpage" +copyright = "Kristof Torma" +enableRobotsTXT = true +pygmentsCodeFences = true + +[Author] + name = "Kristof Torma" + +[params] + description = "Have a look!" + startPageColumns = true + welcomeText = "Welcome!" + +[[params.searchEngines]] + name = "DuckDuckGo" + activated = true + url = "https://duckduckgo.com/" \ No newline at end of file