update config to use theme
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
15b2aa2850
commit
ec998573a9
17
config.toml
17
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/"
|
Loading…
Reference in New Issue
Block a user