You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
2.1 KiB
TOML
44 lines
2.1 KiB
TOML
baseURL = "https://seuh.k8s.sqa.ddnss.org/seuh2022/"
|
|
# languageCode = "en-us"
|
|
title = "SEUH 2022 Conference"
|
|
theme = "hugo-dpsg"
|
|
languageCode = "de"
|
|
DefaultContentLanguage = "de"
|
|
paginate = "10" # Number of posts per page
|
|
|
|
[Params]
|
|
description = "Welcome to our scout group!" # Site description. Used in meta description
|
|
copyright = "DGSP local group" # Footer copyright holder, otherwise will use site title
|
|
opengraph = true # Enable OpenGraph if true
|
|
schema = true # Enable Schema
|
|
twitter_cards = true # Enable Twitter Cards if true
|
|
readmore = false # Show "Read more" button in list if true
|
|
authorbox = true # Show authorbox at bottom of pages if true
|
|
toc = true # Enable Table of Contents
|
|
pager = true # Show pager navigation (prev/next links) at the bottom of pages if true
|
|
indexPager = false # Show pager navigation on index page
|
|
post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
|
|
mainSections = ["post", "blog", "news"] # Specify section pages to show on home page and the "Recent articles" widget
|
|
# photosSections = ["photos"] # Specify section pages to show on home page and the "Recent photos" widget
|
|
dateformat = "02.01.2006" # Change the format of dates
|
|
# customCSS = ["css/custom.css"] # Include custom CSS files
|
|
# customJS = ["js/custom.js"] # Include custom JS files
|
|
# customPartial = "piwik.html" # Include custom partials, e.g. tracking codes
|
|
|
|
[Params.sidebar]
|
|
home = "right" # Configure layout for home page
|
|
list = "left" # Configure layout for list pages
|
|
single = false # Configure layout for single pages
|
|
# Enable widgets in given order
|
|
widgets = ["search", "recent", "recent_photos", "categories", "taglist", "social", "languages"]
|
|
# alternatively "ddg-search" can be used, to search via DuckDuckGo
|
|
# widgets = ["ddg-search", "recent", "categories", "taglist", "social", "languages"]
|
|
|
|
[Params.footer]
|
|
text = "[Imprint and Privacy](/imprint)" # Extra text in footer row, understands markdown
|
|
|
|
[Params.widgets]
|
|
recent_num = 5 # Set the number of articles in the "Recent articles" widget
|
|
tags_counter = false # Enable counter for each tag in "Tags" widget
|
|
|