2020-05-28 14:55:57 +02:00
|
|
|
baseURL = "https://nick-slowinski.de"
|
|
|
|
defaultContentLanguage = "de"
|
|
|
|
languageCode = "de"
|
|
|
|
title = "Nick Slowinski"
|
|
|
|
theme = "LoveIt"
|
|
|
|
enableEmoji = true
|
|
|
|
enableGitInfo = true
|
|
|
|
|
|
|
|
[params]
|
|
|
|
# LoveIt theme version
|
|
|
|
version = "0.2.X"
|
|
|
|
gitRepo = "https://git.nick-slowinski.de/nick-slowinski.de/www"
|
|
|
|
defaultTheme = "auto"
|
|
|
|
# Home page config
|
|
|
|
[params.home]
|
|
|
|
# LoveIt NEW | 0.2.0 amount of RSS pages
|
|
|
|
rss = 10
|
|
|
|
# Home page profile
|
|
|
|
[params.home.profile]
|
|
|
|
enable = true
|
|
|
|
# URL of avatar shown in home page
|
|
|
|
avatarURL = "/images/Nick_Slowinski.png"
|
|
|
|
title = "Nick Slowinski"
|
|
|
|
# subtitle shown in home page
|
2020-06-10 21:38:22 +02:00
|
|
|
subtitle = "Entschuldigung, hier ist momentan nicht viel. Ich werde bald mehr hinzufügen. Irgendwann. Versprochen."
|
2020-05-28 14:55:57 +02:00
|
|
|
# whether to use typeit animation for subtitle
|
|
|
|
typeit = true
|
|
|
|
# whether to show social links
|
|
|
|
social = true
|
|
|
|
# LoveIt NEW | 0.2.0 disclaimer (HTML format is supported)
|
|
|
|
disclaimer = ""
|
|
|
|
# Home page posts
|
|
|
|
[params.home.posts]
|
|
|
|
enable = true
|
|
|
|
# special amount of posts in each home posts page
|
|
|
|
paginate = 6
|
2021-06-21 14:40:35 +02:00
|
|
|
[params.search]
|
|
|
|
enable = true
|
|
|
|
# type of search engine ("lunr", "algolia")
|
|
|
|
type = "lunr"
|
|
|
|
# max index length of the chunked content
|
|
|
|
contentLength = 4000
|
|
|
|
# placeholder of the search bar
|
|
|
|
placeholder = ""
|
|
|
|
# LoveIt NEW | 0.2.1 max number of results length
|
|
|
|
maxResultLength = 10
|
|
|
|
# LoveIt NEW | 0.2.3 snippet length of the result
|
|
|
|
snippetLength = 30
|
|
|
|
# LoveIt NEW | 0.2.1 HTML tag name of the highlight part in results
|
|
|
|
highlightTag = "em"
|
|
|
|
# LoveIt NEW | 0.2.4 whether to use the absolute URL based on the baseURL in search index
|
|
|
|
absoluteURL = false
|
2020-05-28 14:55:57 +02:00
|
|
|
|
|
|
|
# Social config about the author
|
|
|
|
[params.social]
|
2021-06-21 14:40:35 +02:00
|
|
|
Telegram = "NickSlowinski"
|
2020-05-28 14:55:57 +02:00
|
|
|
Gitea = "https://git.nick-slowinski.de/NickSlowinski/"
|
|
|
|
Email = "nick@nick-slowinski.de"
|
|
|
|
RSS = false
|
|
|
|
[params.footer]
|
2020-06-10 21:38:22 +02:00
|
|
|
custom = '<a href="/impressum/" target="_blank">Impressum, Haftungsausschluss und Datenschutzerklärung</a>'
|
2020-05-28 14:55:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
# Markup related configuration in Hugo
|
|
|
|
[markup]
|
|
|
|
# Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
|
|
|
|
[markup.highlight]
|
|
|
|
# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
|
|
|
|
noClasses = false
|
|
|
|
|
|
|
|
[author]
|
|
|
|
name = "Nick Slowinski"
|
|
|
|
email = "nick@nick-slowinski.de"
|
|
|
|
link = ""
|