gebuehr.net/config.toml

87 lines
2.4 KiB
TOML
Raw Normal View History

2023-08-28 09:32:36 +00:00
baseURL = "https://files.hyteck.de"
languageCode = "de"
title = "Gebühr.net"
theme = "color-your-world"
publishDir="../sws/files.hyteck.de/"
relativeURLs=true
copyright = "Copyright © Danial & Julian-Samuel Gebühr"
[params]
# Site description
description = "Eine sehr statische Seite"
# Author
author = "Julian-Samuel Gebühr"
authorDesc = "Medizininformatiker, Opem Source Entwickler"
# Footer text
# Each value will become a paragraph
# Keep it as an array
footerText = [ "Generated with [Hugo](https://gohugo.io) using the [Color Your World](https://gitlab.com/rmaguiar/hugo-theme-color-your-world) theme." ]
# Site cover, for Open Graph, Twitter Cards and Schema.org
# It will be used if the current page doesn't have an image cover
# File will be picked from the "assets" directory
# Comment the lines if you don't want to use it
cover = "img/cover.jpg"
coverAlt = "A placeholder that doesn't deserve to be described."
# Shows a message in the footer about JavaScript being disabled
# The default is false
hasNoscriptNotice = true
# Default path for images in posts
# ie.: "content/some-post/img"
# Can also be set PER PAGE
# It can be used to reduce repetition
# There's no default value
imgPath = "img"
# Default classes for markup image
# Modifies the default behavior of images placed via markdown
# Can also be set PER PAGE via front matter
# Available classes are: border and borderless
# There's no default value
markupImgClass = "borderless"
# This will append a separator (of your choice) along the site title to your <title>
# ie.: | ❚ - — • ⚫
# You can disabled it PER PAGE by using "disableTitleSeparator" at front
# matter or disable it entirely by commenting the line below
titleSeparator = "|"
[languages]
[languages.de]
languageName = 'Deutsch'
weight = 1
[languages.de.menu]
[[languages.de.menu.main]]
name = 'Kontakt'
pageRef = '/kontakt'
weight = 10
[[languages.de.menu.main]]
name = 'Impressum'
pageRef = '/impressum'
weight = 20
[languages.en]
languageCode = 'en'
languageName = 'English'
weight = 2
[languages.en.menu]
[[languages.en.menu.main]]
name = 'Contact'
pageRef = '/kontakt'
weight = 10
[[languages.en.menu.main]]
name = 'Imprint'
pageRef = '/impressum'
weight = 20