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