Commits vergleichen
Keine gemeinsamen Commits. „f318056505c431f17b83528d18fcd8fef5d7971f“ und „4b02d079d8139757c9b782a37dda11362020475a“ haben vollständig unterschiedliche Historien.
f318056505
...
4b02d079d8
1 geänderte Dateien mit 4 neuen und 94 gelöschten Zeilen
96
config.toml
96
config.toml
|
@ -1,84 +1,17 @@
|
||||||
baseURL = "https://www.nick-slowinski.de"
|
baseURL = "https://nick-slowinski.de"
|
||||||
defaultContentLanguage = "de"
|
defaultContentLanguage = "de"
|
||||||
languageCode = "de"
|
languageCode = "de"
|
||||||
title = "Nick Slowinski"
|
title = "Nick Slowinski"
|
||||||
theme = "FixIt"
|
theme = "LoveIt"
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
enableGitInfo = true
|
enableGitInfo = true
|
||||||
|
|
||||||
[menu]
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "posts"
|
|
||||||
# you can add extra information before the name (HTML format is supported), such as icons
|
|
||||||
pre = ""
|
|
||||||
# you can add extra information after the name (HTML format is supported), such as icons
|
|
||||||
post = ""
|
|
||||||
name = "Artikel"
|
|
||||||
url = "/posts/"
|
|
||||||
# title will be shown when you hover on this menu link
|
|
||||||
title = ""
|
|
||||||
weight = 1
|
|
||||||
# FixIt 0.2.14 | NEW add user-defined content to menu items
|
|
||||||
[menu.main.params]
|
|
||||||
# add css class to a specific menu item
|
|
||||||
class = ""
|
|
||||||
# whether set as a draft menu item whose function is similar to a draft post/page
|
|
||||||
draft = false
|
|
||||||
# FixIt 0.2.16 | NEW add fontawesome icon to a specific menu item
|
|
||||||
icon = "fa-solid fa-archive"
|
|
||||||
# FixIt 0.2.16 | NEW set menu item type, optional values: ["mobile", "desktop"]
|
|
||||||
type = ""
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "categories"
|
|
||||||
pre = ""
|
|
||||||
post = ""
|
|
||||||
name = "Kategorien"
|
|
||||||
url = "/categories/"
|
|
||||||
title = ""
|
|
||||||
weight = 2
|
|
||||||
[menu.main.params]
|
|
||||||
icon = "fa-solid fa-th"
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "tags"
|
|
||||||
pre = ""
|
|
||||||
post = ""
|
|
||||||
name = "Tags"
|
|
||||||
url = "/tags/"
|
|
||||||
title = ""
|
|
||||||
weight = 3
|
|
||||||
[menu.main.params]
|
|
||||||
icon = "fa-solid fa-tags"
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# LoveIt theme version
|
# LoveIt theme version
|
||||||
version = "0.2.X"
|
version = "0.2.X"
|
||||||
gitRepo = "https://git.nick-slowinski.de/nick-slowinski.de/www"
|
gitRepo = "https://git.nick-slowinski.de/nick-slowinski.de/www"
|
||||||
defaultTheme = "auto"
|
defaultTheme = "auto"
|
||||||
# Home page config
|
# Home page config
|
||||||
# Header config
|
|
||||||
[params.header]
|
|
||||||
# FixIt 0.2.13 | CHANGED desktop header mode ["sticky", "normal", "auto"]
|
|
||||||
desktopMode = "sticky"
|
|
||||||
# FixIt 0.2.13 | CHANGED mobile header mode ["sticky", "normal", "auto"]
|
|
||||||
mobileMode = "auto"
|
|
||||||
# FixIt 0.2.0 | NEW Header title config
|
|
||||||
[params.header.title]
|
|
||||||
# URL of the LOGO
|
|
||||||
logo = ""
|
|
||||||
# title name
|
|
||||||
name = "Nick Slowinski"
|
|
||||||
# you can add extra information before the name (HTML format is supported), such as icons
|
|
||||||
pre = ""
|
|
||||||
# you can add extra information after the name (HTML format is supported), such as icons
|
|
||||||
post = ""
|
|
||||||
# FixIt 0.2.5 | NEW whether to use typeit animation for title name
|
|
||||||
typeit = false
|
|
||||||
# FixIt 0.2.12 | NEW Header subtitle config
|
|
||||||
[params.header.subtitle]
|
|
||||||
# subtitle name
|
|
||||||
name = ""
|
|
||||||
# whether to use typeit animation for subtitle name
|
|
||||||
typeit = false
|
|
||||||
[params.home]
|
[params.home]
|
||||||
# LoveIt NEW | 0.2.0 amount of RSS pages
|
# LoveIt NEW | 0.2.0 amount of RSS pages
|
||||||
rss = 10
|
rss = 10
|
||||||
|
@ -104,7 +37,7 @@ enableGitInfo = true
|
||||||
[params.search]
|
[params.search]
|
||||||
enable = true
|
enable = true
|
||||||
# type of search engine ("lunr", "algolia")
|
# type of search engine ("lunr", "algolia")
|
||||||
type = "fuse"
|
type = "lunr"
|
||||||
# max index length of the chunked content
|
# max index length of the chunked content
|
||||||
contentLength = 4000
|
contentLength = 4000
|
||||||
# placeholder of the search bar
|
# placeholder of the search bar
|
||||||
|
@ -118,35 +51,15 @@ enableGitInfo = true
|
||||||
# LoveIt NEW | 0.2.4 whether to use the absolute URL based on the baseURL in search index
|
# LoveIt NEW | 0.2.4 whether to use the absolute URL based on the baseURL in search index
|
||||||
absoluteURL = false
|
absoluteURL = false
|
||||||
|
|
||||||
[params.search.fuse]
|
|
||||||
# FixIt 0.2.17 | NEW https://fusejs.io/api/options.html
|
|
||||||
isCaseSensitive = false
|
|
||||||
minMatchCharLength = 2
|
|
||||||
findAllMatches = false
|
|
||||||
location = 0
|
|
||||||
threshold = 0.3
|
|
||||||
distance = 100
|
|
||||||
ignoreLocation = false
|
|
||||||
useExtendedSearch = false
|
|
||||||
ignoreFieldNorm = false
|
|
||||||
|
|
||||||
# Social config about the author
|
# Social config about the author
|
||||||
[params.social]
|
[params.social]
|
||||||
Telegram = "NickSlowinski"
|
Telegram = "NickSlowinski"
|
||||||
Gitea = "https://git.nick-slowinski.de/NickSlowinski/"
|
Gitea = "https://git.nick-slowinski.de/NickSlowinski/"
|
||||||
Email = "nick@nick-slowinski.de"
|
Email = "nick@nick-slowinski.de"
|
||||||
Twitter = "NickSlowinski"
|
|
||||||
Paypal = "nick1307"
|
|
||||||
Steam = "nick1307"
|
|
||||||
RSS = false
|
RSS = false
|
||||||
|
|
||||||
[params.footer]
|
[params.footer]
|
||||||
custom = '<a href="/impressum/" target="_blank">Impressum, Haftungsausschluss und Datenschutzerklärung</a>'
|
custom = '<a href="/impressum/" target="_blank">Impressum, Haftungsausschluss und Datenschutzerklärung</a>'
|
||||||
|
|
||||||
[params.cookieconsent]
|
|
||||||
enable = false
|
|
||||||
# text strings used for Cookie consent banner
|
|
||||||
|
|
||||||
|
|
||||||
# Markup related configuration in Hugo
|
# Markup related configuration in Hugo
|
||||||
[markup]
|
[markup]
|
||||||
|
@ -159,6 +72,3 @@ enableGitInfo = true
|
||||||
name = "Nick Slowinski"
|
name = "Nick Slowinski"
|
||||||
email = "nick@nick-slowinski.de"
|
email = "nick@nick-slowinski.de"
|
||||||
link = ""
|
link = ""
|
||||||
|
|
||||||
[outputs]
|
|
||||||
home = ["HTML", "RSS", "JSON"]
|
|
Laden …
In neuem Issue referenzieren