summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-08-03 22:26:50 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-08-03 22:26:50 +0200
commitec1341fcd178d72e1accd308d1ae314702e69c01 (patch)
tree927c5113475a982af7a4809af78a8f4b4990be62 /config.toml
parent05bc58562c52539f196ae4357afd80a23d34e812 (diff)
use new theme
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml16
1 files changed, 7 insertions, 9 deletions
diff --git a/config.toml b/config.toml
index 01ecd12..6e07a7e 100644
--- a/config.toml
+++ b/config.toml
@@ -2,18 +2,15 @@
baseURL = "https://cullmann.io/"
# cullmann.io website
-title = "cullmann.io"
+title = "Ignorance is bliss..."
-# theme
-theme = "hugo-coder"
+# theme hugo-coder
+theme = "beautifulhugo"
# content == english, Impressum is german
languagecode = "en"
defaultcontentlanguage = "en"
-# pagination
-paginate = 20
-
# allow git
enableGitInfo = true
@@ -21,9 +18,10 @@ enableGitInfo = true
canonifyurls = true
# pygment settings
-pygmentsstyle = "b2"
-pygmentscodefences = true
-pygmentscodefencesguesssyntax = true
+pygmentsStyle = "trac"
+pygmentsUseClasses = true
+pygmentsCodeFences = true
+pygmentsCodefencesGuessSyntax = true
# add info for crawlers
enableRobotsTXT = true