1
0

320 lines
7.1 KiB
TOML

baseURL = "https://www.creative-crafter.de/"
languageCode = "de"
title = "Creative Crafter"
theme = "FixIt"
publishdir = "/var/www/localhost/htdocs"
[taxonomies]
tag = "tags"
category = "categories"
[menu]
[[menu.main]]
weight = 1
identifier = "home"
name = "Home"
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-home\" aria-hidden=\"true\"></i>"
url = "/"
[[menu.main]]
weight = 2
identifier = "Spiele"
name = "Spiele"
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-gamepad\" aria-hidden=\"true\"></i>"
url = "/categories/spiele"
[[menu.main]]
weight = 2
identifier = "Link-Collection"
name = "Link-Collection"
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-link\" aria-hidden=\"true\"></i>"
url = "/categories/link-collection"
[[menu.main]]
weight = 3
identifier = "categories"
name = "Categories"
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-bookmark\" aria-hidden=\"true\"></i>"
url = "/categories"
[[menu.misc]]
weight = 0
identifier = "mail"
name = "Email"
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-solid fa-envelope\" aria-hidden=\"true\"></i>"
url = "mailto:info@creative-crafter.de"
[[menu.misc]]
weight = 0
identifier = "rss"
name = "RSS"
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-rss\" aria-hidden=\"true\"></i>"
url = "/index.xml"
[params]
version = "0.2.X"
description = "my creative space"
defaultTheme = "auto"
dateFormat = "2006-01-02"
sidebarBehavior = 1
thumbnailImage = true
thumbnailImagePosition = "right"
autoThumbnailImage = true
coverImage = "cover-v1.2.0.jpg"
imageGallery = true
hierarchicalCategories = true
syntaxHighlighter = 'highlight.js'
[params.app]
title = "Creative Crafter"
noFavicon = false
svgFavicon = ""
themeColor = "#ffffff"
iconColor = "#5bbad5"
tileColor = "#da532c"
[params.search]
enable = true
type = "lunr"
contentLength = 4000
placeholder = ""
maxResultLength = 10
snippetLength = 30
highlightTag = "em"
absoluteURL = false
[params.search.algolia]
index = ""
appID = ""
searchKey = ""
[params.header]
desktopMode = "fixed"
mobileMode = "auto"
[params.header.title]
name = "Creative Crafter"
logo = ""
[params.footer]
enable = true
custom = ''
hugo = true
copyright = true
author = true
since = 2023
license = '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
[params.section]
paginate = 20
dateFormat = "2006-01-02"
rss = 10
[params.list]
paginate = 20
dateFormat = "2006-01-02"
rss = 10
[params.home]
rss = 10
[params.home.profile]
enable = true
avatarURL = "/schuessel.png"
title = "my creative space"
subtitle = ""
typeit = true
social = true
disclaimer = ""
[params.home.posts]
enable = false
paginate = 6
defaultHiddenFromHomePage = true
[params.social]
Gitea = "https://git.br0tkasten.de/matt"
Matrix = "@matt:matrix.br0tkasten.de"
Email = "info@creative-crafter.de"
RSS = true
# LoveIt CHANGED | 0.2.0 Page config
[params.page]
hiddenFromHomePage = false
hiddenFromSearch = false
twemoji = false
lightgallery = false
ruby = true
fraction = true
fontawesome = true
linkToMarkdown = true
rssFullText = false
[params.page.toc]
enable = true
keepStatic = true
auto = true
[params.page.math]
enable = true
blockLeftDelimiter = ""
blockRightDelimiter = ""
inlineLeftDelimiter = ""
inlineRightDelimiter = ""
copyTex = true
mhchem = true
[params.page.code]
copy = true
maxShownLines = 10
[params.page.mapbox]
accessToken = ""
lightStyle = "mapbox://styles/mapbox/light-v9"
darkStyle = "mapbox://styles/mapbox/dark-v9"
navigation = true
geolocate = true
scale = true
fullscreen = true
[params.page.share]
enable = true
Twitter = true
Facebook = false
Linkedin = false
Whatsapp = true
Pinterest = false
Tumblr = false
HackerNews = false
Reddit = false
VK = false
Buffer = false
Xing = false
Line = true
Instapaper = false
Pocket = false
Digg = false
Stumbleupon = false
Flipboard = false
Weibo = false
Renren = false
Myspace = false
Blogger = false
Baidu = false
Odnoklassniki = false
Evernote = false
Skype = false
Trello = false
Mix = false
[params.page.comment]
enable = true
[params.page.library]
[params.page.library.css]
# someCSS = "some.css"
# located in "assets/"
# Or
# someCSS = "https://cdn.example.com/some.css"
[params.page.library.js]
# someJavascript = "some.js"
# located in "assets/"
# Or
# someJavascript = "https://cdn.example.com/some.js"
# LoveIt CHANGED | 0.2.10 Page SEO config
[params.page.seo]
images = []
[params.page.seo.publisher]
name = ""
logoUrl = ""
[params.typeit]
speed = 100
cursorSpeed = 1000
cursorChar = "|"
duration = -1
[params.verification]
google = ""
bing = ""
yandex = ""
pinterest = ""
baidu = ""
[params.seo]
image = ""
thumbnailUrl = ""
[params.analytics]
enable = false
[params.cookieconsent]
enable = false
[params.cookieconsent.content]
message = ""
dismiss = ""
link = ""
[params.cdn]
data = ""
[params.compatibility]
polyfill = false
objectFit = false
[params.author]
name = "Creative Crafter"
email = "info@creative-crafter.de"
link = ""
picture = "/schuessel.png"
avatar = "/schuessel.png"
[author]
name = "Creative Crafter"
email = "info@creative-crafter.de"
link = ""
picture = "/schuessel.png"
avatar = "/schuessel.png"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = true
lineNos = true
lineNumbersInTable = true
# false is a necessary configuration
# (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 2
endLevel = 6
[sitemap]
changefreq = "weekly"
filename = "sitemap.xml"
priority = 0.5
[Permalinks]
# posts = ":year/:month/:filename"
posts = ":filename"
[privacy]
[privacy.twitter]
enableDNT = true
[privacy.youtube]
privacyEnhanced = true
[mediaTypes]
[mediaTypes."text/plain"]
suffixes = ["md"]
[outputFormats.MarkDown]
mediaType = "text/plain"
isPlainText = true
isHTML = false
[outputs]
home = ["HTML", "RSS", "JSON"]
page = ["HTML", "MarkDown"]
section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]
#taxonomyTerm = ["HTML"]