schuelerzeitung/config.toml
2023-03-26 15:44:45 +02:00

111 lines
3.1 KiB
TOML

baseurl = "https://schuelerzeitung-gcg.de"
metaDataFormat = "yaml"
DefaultContentLanguage = "de"
DefaultContentLanguageInSubdir = false
enableEmoji = true
[languages]
[languages.de]
contentDir = "content/de" # Deutsch
weight = 2
languageName = "Deutsch"
title = "Der Pinguin - Die Schülerzeitung des GCG"
description = "Modernes Blog-Theme für Ihre Hugo-Site."
[languages.de.params]
introTitle = "Hi! Willkommen beim πnguin!"
introSubtitle = "Wir sind die Schülerzeitung des Georg-Cantor-Gymnasiums, gemacht von und für Schüler:innen."
introPhoto = "/grafik-circle.webp"
logo = "/logo.png"
[[languages.de.menu.main]]
name = "Artikel"
url = "blog"
weight = 1
[[languages.de.menu.main]]
name = "Über uns"
url = "page/about/"
weight = 2
[[languages.de.menu.main]]
name = "Tags"
url = "tags"
weight = 3
[params]
# Enable the darkmode toggle in header
darkModeToggle = true
# Enable search in header
enableSearch = true
# Option to customize the search parameters of a page
# Below are the supported options; Note that including entire content
# may slowdown the loading of search results
# Title of page is included by default
searchKeys = [
"tags",
"date",
"categories",
"summary",
"content",
"link",
"author"
]
# Custom copyright - optional
copyright = "Copyright © 2023 - Der πnguin - Made with :heart:, [Blist](https://github.com/apvarun/blist-hugo-theme) and [Hugo](https://gohugo.io)"
favicon = "/favicon.svg"
# Color for the intro details and social links block, not applicable for dark mode
# Supported values: Any color from TailwindCSS default colors
# Reference: https://tailwindcss.com/docs/customizing-colors
ascentColor = "bg-blue-100"
# The page bundle that is shown on the front page
frontBundle = "blog"
# Used to hide the post metadata such as posted date, reading time and word count
# Can be used at site level or page level
hideMeta = false
# To hide "Other languages" option if the post is available in multiple languages
# Can be used at site level or page level
hideOtherLanguages = true
# Add support for Table of contents
# Can be added to a page level also in markdown frontmatter
toc = true
# Hides the thumbnail in post view
# Thumbnails in home and blog pages will still be shown
# This setting can also be in page's markdown file
hidePageThumbnail = false
# Comments system
[params.comments]
system = "cactus.chat"
siteName = "schuelerzeitung-gcg.de"
[params.homepage.social]
# Global params common for both languages
title = "Es gibt mehr von uns!"
description = "Die Schülerzeitung ist auch auf anderen Plattformen verfügbar"
[[params.homepage.social.icons]]
website = "instagram"
url = "https://instagram.com/schuelerzeitung.gcg/"
[build]
writeStats = true
[outputs]
home = ["HTML", "RSS", "JSON"]
# syntax highlight settings
[markup]
[markup.highlight]
style = "dracula"
[markup.goldmark.renderer]
# Enable to include inline HTML
unsafe = true