lb-dk-2022/config.toml
Lillet Berthold 608695d9e3
All checks were successful
website / prod-build (push) Successful in 4s
Update config.toml
2023-08-04 15:33:50 +02:00

47 lines
1.8 KiB
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

baseURL = "https://denyskon.pages.cantorgymnasium.de/lb-dk-2022/"
# This is a "one page"-website, so we do not need these kinds of pages...
disableKinds = ["section", "taxonomy", "term", "RSS", "robotsTXT"]
defaultContentLanguage = "de"
theme = "hugo-scroll"
# The "title" of your website
title = "Nett hier. Aber kennen Sie schon Lilli & Denys?"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
# A "copyright"-line to be added at the bottom of the page.
# Hint: Markdown is supported in here as well. So you may e.g. add a link to your legal imprint-page.
copyright = "2023 Lilli Berthold & Denys Konovalov"
# The "description" of your website. This is used in the meta data of your generated html.
description = "Unsere Kandidatur für die Schülersprecherwahl 2023"
# The path to your "favicon". This should be a square (at least 32px x 32px) png-file.
favicon = "images/favicon.png"
# These "images" are used for the structured data templates. This will show up, when
# services like Twitter or Slack want to generate a preview of a link to your site.
# See https://gohugo.io/templates/internal#twitter-cards and
# https://gohugo.io/templates/internal#open-graph.
images = ["images/cover-image.jpg"]
# Another "title" :-). This one is used as the site_name on the Hugo's internal
# opengraph structured data template.
# See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph.
title = "Nett hier. Aber kennen Sie schon Lilli & Denys?"
# This theme will, by default, inject a design-by-line at the bottom of the page.
# You can turn it off, but we would really appreciate if you dont :-)
# hidedesignbyline = true
[params.meta]
keywords = "some, keywords, for, seo, you, know, google, duckduckgo, and, such"