1
0
Fork 0
website/hugo.toml
2025-01-18 22:26:45 +01:00

116 lines
4 KiB
TOML

baseURL = 'https://it-syndikat.org'
languageCode = 'de-at'
title = 'IT-syndikat'
theme = "mainroad"
pluralizelisttitles = false # removes the automatically appended "s" on sidebar entries
[Params]
description = "Innsbrucks Hackerspace" # Site description. Used in meta description
copyright = "IT-Syndikat" # Footer copyright holder, otherwise will use site title
opengraph = true # Enable OpenGraph if true
schema = true # Enable Schema
twitter_cards = false # Enable Twitter Cards if true
readmore = false # Show "Read more" button in list if true
authorbox = false # 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
post_meta = ["author", "date", "categories"] # Order of post meta information
mainSections = ["posts"] # Specify section pages to show on home page and the "Recent articles" widget
dateformat = "2006-01-02" # Change the format of dates
mathjax = false # Enable MathJax
customCSS = ["css/its.css"] # Include custom CSS files
#customJS = ["js/custom.js"] # Include custom JS files
# DEPRECATED PARAMS
subtitle = "" # Deprecated in favor of .Site.Params.logo.subtitle
highlightColor = "" # Deprecated in favor of .Site.Params.style.vars.highlightColor
[Params.style.vars]
highlightColor = "#109c11" # matrix green
# Override font-family sets
# Take care of different quotes OR escaping symbols in these params if necessary
#fontFamilyPrimary = "'Open Sans', Helvetica, Arial, sans-serif"
fontFamilyPrimary = "SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
# Secondary font-family set responsible for pre, code, kbd, and samp tags font
fontFamilySecondary = "SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
# TODO ampel switch with isitopen
[Params.logo]
image = "/images/logo2013.svg" # Logo image. Path relative to "static"
title = "IT-Syndikat" # Logo title, otherwise will use site title
subtitle = "Innsbrucks Hackerspace" # Logo subtitle
[Params.thumbnail]
visibility = ["list", "post"] # Control thumbnail visibility
[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", "sensors", "social", "categories", "taglist"]
[Params.widgets]
recent_num = 5 # Set the number of articles in the "Recent articles" widget
categories_counter = false # Enable counter for each category in "Categories" widget
tags_counter = false # Enable counter for each tag in "Tags" widget
[Params.widgets.social]
cached = false # activate cache if true
email = "wir@it-syndikat.org"
[[Params.widgets.social.custom]]
title = "RSS Feed"
url = "/index.xml"
icon = "rss.svg" # Optional. Path relative to "layouts/partials"
rel = "noopener noreferrer" # Set to false to remove the rel attribute
[[Params.widgets.social.custom]]
title = "Mastodon"
url = "https://chaos.social/@itsyndikat"
icon = "mastodon.svg" # Optional. Path relative to "layouts/partials"
rel = "noopener noreferrer" # Set to false to remove the rel attribute
[Params.widgets.sensors]
enabled = true
[Params.widgets.search]
cached = false # activate cache if true
url = "https://duckduckgo.com"
[Params.widgets.search.input]
name = "sitesearch"
pre = ""
[server]
[[server.headers]]
for = '/**'
[server.headers.values]
Access-Control-Allow-Origin = "*"
Access-Control-Allow-Methods = "GET, PUT, POST, DELETE, HEAD, OPTIONS"
[menu]
[[menu.main]]
identifier = "home"
name = "home"
url = "/"
weight = 1
[[menu.main]]
identifier = "forum"
name = "forum"
url = "https://meta.it-syndikat.org"
weight = 2
target = "_blank"
[menu.main.params]
external = true
[params.meta]
favicon = false
[outputs]
home = ['html', 'rss']
section = ['html', 'rss']
taxonomy = ['html']
term = ['html']