# The URL the site will be built for base_url = "https://DOMAIN_NAME" title = "DOMAIN_EMAIL" description = "Hilfestellungen zur Nutzung der Webdienste unseres Servers." # The site theme to use. theme = "adidoks" # The default language; used in feeds and search index # Note: the search index doesn't support Chinese/Japanese/Korean Languages default_language = "de" # Whether to automatically compile all Sass files in the sass directory compile_sass = true # Whether to generate a feed file for the site generate_feed = true # When set to "true", the generated HTML files are minified. minify_html = true # The taxonomies to be rendered for the site and their configuration. taxonomies = [ {name = "authors"}, # Basic definition: no feed or pagination ] # Whether to build a search index to be used later on by a JavaScript library # When set to "true", a search index is built from the pages and section # content for `default_language`. build_search_index = false [search] # Whether to include the title of the page/section in the index include_title = true # Whether to include the description of the page/section in the index include_description = false # Whether to include the rendered content of the page/section in the index include_content = true [markdown] # Whether to do syntax highlighting. # Theme can be customised by setting the `highlight_theme` # variable to a theme supported by Zola highlight_code = true [extra] # Put all your custom variables here author = "Micha Glave" github = "https://github.com/migmedia" #twitter = "https://twitter.com/aaranxu" email = "postmaster@migmedia.de" # If running on netlify.app site, set to true is_netlify = false # Set HTML file language language_code = "de-DE" # Set theme-color meta tag for Chrome browser theme_color = "#fff" # More about site's title title_separator = "|" # set as |, -, _, etc title_addition = "Mailserver falk.gh23.de" # Set date format in blog publish metadata timeformat = "%Y-%m-%d" # e.g. June 14, 2021 timezone = "Europe/Berlin" # Edit page on reposity or not edit_page = false docs_repo = "https://github.com/aaranxu/adidoks" repo_branch = "main" ## Math settings # options: true, false. Enable math support globally, # default: false. You can always enable math on a per page. math = false library = "katex" # options: "katex", "mathjax". default is "katex". ## Open Graph + Twitter Cards [extra.open] enable = false # Menu items [[extra.menu.main]] name = "Installation" section = "docs" url = "/docs/mail-info/" weight = 10 [[extra.menu.social]] name = "GitHub" pre = '' url = "https://github.com/migmedia" post = "v0.1.0" weight = 20 # Footer contents [extra.footer] info = 'Powered by Zola, and AdiDoks' [[extra.footer.nav]] name = "Impressum" url = "/impressum/" weight = 10