#baseURL = 'https://zerforschen.plus'
baseURL = '/'
#languageCode = 'en-us'
title = 'zerforschen+'
theme = 'poison'
pluralizelisttitles = false

[params]
    brand = "zerforschen+"
    description = ""
    dark_mode = true
    front_page_content = ["posts", "projects"]
    menu = [
        # Dict keys:
            # Name:         The name to display on the menu.
            # URL:          The directory relative to the content directory.
            # HasChildren:  If the directory's files should be listed.  Default is true.
            # Limit:        If the files should be listed, how many should be shown.

        {Name = "About", URL = "/about/", HasChildren = false},

        {Name = "Posts", URL = "/posts/", HasChildren = true, Limit = 99},

        # {Name = "Projects", URL = "/projects/"},
    ]

    #email_url = "mailto://user@domain"
    github_url = "https://github.com/kaesaecracker"
    mastodon_url = "https://chaos.social/@vinzenz"
    matrix_url = "https://matrix.org"
    forgejo_url = "https://git.berlin.ccc.de/vinzenz"
    rss_icon = true

[taxonomies]
    series = 'series'
    tags = 'tags'

[params.meta]
    favicon = true

[pagination]
    pagerSize = 10