hadr23/config.toml

210 lines
5.6 KiB
TOML
Raw Normal View History

2023-02-07 17:12:05 +01:00
baseURL = 'https://hadr.un-hack-bar.de/'
2023-02-06 22:25:29 +01:00
#baseURL = 'http://192.168.10.200:1313/'
2023-02-06 13:33:48 +01:00
languageCode = 'de-de'
title = 'Hack an der Ruhr 2023'
2023-02-06 13:35:46 +01:00
theme = "hello-friend-ng"
2023-02-06 22:25:29 +01:00
2023-02-06 22:33:54 +01:00
# PygmentsCodeFences = true
# PygmentsStyle = "monokai"
2023-02-06 22:25:29 +01:00
paginate = 10
rssLimit = 10 # Maximum number of items in the RSS feed.
2023-02-07 21:34:54 +01:00
copyright = "<a href=\"https://creativecommons.org/licenses/by-nc/4.0/\">CC BY-NC 4.0</a>" # This message is only used by the RSS template.
2023-02-06 22:25:29 +01:00
# googleAnalytics = ""
# disqusShortname = ""
archetypeDir = "archetypes"
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
buildFuture = false
buildExpired = false
canonifyURLs = true
enableRobotsTXT = true
enableGitInfo = false
enableEmoji = true
enableMissingTranslationPlaceholders = false
disableRSS = false
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = false
[permalinks]
posts = "/posts/:year/:month/:title/"
[author]
name = "UNHB"
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Metadata mostly used in document's head
#
description = "Hack an der Ruhr 2023 in Schwerte"
keywords = ""
images = [""]
# Home subtitle of the index page.
#
2023-03-16 09:54:55 +01:00
# Geht so nicht :-(
# homeSubtitle = "16. - 18. Juni 2023 </br>&nbsp;</br><A HREF=\"https://pretix.un-hack-bar.de/unhackbar/hadr-23/\">Vorverkauf gestartet</A>&nbsp;</br>"
2023-08-29 14:08:38 +02:00
homeSubtitle = "16. - 18. Juni 2023"
2023-02-06 22:25:29 +01:00
# Set a background for the homepage
# backgroundImage = "assets/images/background.jpg"
# Prefix of link to the git commit detail page. GitInfo must be enabled.
#
# gitUrl = ""
# Set disableReadOtherPosts to true in order to hide the links to other posts.
#
2023-02-07 16:18:20 +01:00
disableReadOtherPosts = true
2023-02-06 22:25:29 +01:00
# Enable theme toggle
#
# This options enables the theme toggle for the theme.
# Per default, this option is off.
# The theme is respecting the prefers-color-scheme of the operating systeme.
# With this option on, the page user is able to set the scheme he wants.
2023-02-07 16:18:20 +01:00
enableThemeToggle = true
2023-02-06 22:25:29 +01:00
# Sharing buttons
#
# There are a lot of buttons preconfigured. If you want to change them,
# generate the buttons here: https://sharingbuttons.io
# and add them into your own `layouts/partials/sharing-buttons.html`
#
enableSharingButtons = true
# Global language menu
#
# Enables the global language menu.
#
2023-02-07 16:18:20 +01:00
enableGlobalLanguageMenu = false
2023-02-06 22:25:29 +01:00
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
#
customCSS = []
customJS = []
# Toggle this option need to rebuild SCSS, requires extended version of Hugo
#
justifyContent = false # Set "text-align: justify" to .post-content.
# Custom footer
# If you want, you can easily override the default footer with your own content.
#
[params.footer]
trademark = true
rss = true
copyright = true
author = true
topText = []
bottomText = [
"Powered by <a href=\"http://gohugo.io\">Hugo</a>",
"Made with &#10084; by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
]
# Colors for favicons
#
[params.favicon.color]
mask = "#1b1c1d"
msapplication = "#1b1c1d"
theme = "#1b1c1d"
[params.logo]
logoMark = ">"
2023-02-07 16:18:20 +01:00
logoText = "H.a.d.R 23..."
2023-02-06 22:25:29 +01:00
logoHomeLink = "/"
# Set true to remove the logo cursor entirely.
# logoCursorDisabled = false
# Set to a valid CSS color to change the cursor in the logo.
2023-02-07 16:18:20 +01:00
logoCursorColor = "#67a2c9"
2023-02-06 22:25:29 +01:00
# Set to a valid CSS time value to change the animation duration, "0s" to disable.
2023-02-07 16:18:20 +01:00
logoCursorAnimate = "2s"
2023-02-06 22:25:29 +01:00
# Append the current url pathname to logoText
# logoCursorPathname = true
# Uncomment this if you want a portrait on your start page
#
# [params.portrait]
# path = "/img/image.jpg"
# alt = "Portrait"
# maxWidth = "50px"
# Social icons
[[params.social]]
name = "matrix"
2023-02-12 15:27:20 +01:00
url = "https://matrix.to/#/#hadr:matrix.un-hack-bar.de"
2023-02-06 22:25:29 +01:00
[[params.social]]
name = "email"
2023-02-12 15:27:20 +01:00
url = "mailto:hack-an-der-ruhr@lists.unhb.de"
2023-02-06 22:25:29 +01:00
[[params.social]]
name = "mastodon"
url = "https://chaos.social/@un_hack_bar/"
2023-02-12 15:27:20 +01:00
[[params.social]]
name = "twitter"
url = "https://twitter.com/UN_Hack_Bar"
2023-02-06 22:25:29 +01:00
#[languages]
# [languages.en]
# subtitle = "Hello Friend NG Theme"
# weight = 1
# copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
#
# [languages.de]
# subtitle = "Hack an der Ruhr 2023..."
# weight = 2
# copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[menu]
[[menu.main]]
2023-02-08 11:03:56 +01:00
identifier = "post"
2023-02-08 11:05:18 +01:00
name = "Neuigkeiten"
url = "post/"
weight = 10
2023-02-06 22:25:29 +01:00
[[menu.main]]
identifier = "about"
name = "Was"
url = "was/"
weight = 20
2023-02-06 22:25:29 +01:00
[[menu.main]]
identifier = "wo"
name = "Wo"
url = "wo/"
weight = 30
2023-02-06 22:25:29 +01:00
[[menu.main]]
identifier = "faq"
name = "Fragen"
url = "faq/"
weight = 40
2023-02-06 22:25:29 +01:00
[[menu.main]]
identifier = "tickets"
2023-02-08 10:53:46 +01:00
name = "Tickets"
url = "https://pretix.un-hack-bar.de/unhackbar/hadr-23/"
weight = 50
2023-02-06 22:25:29 +01:00
[[menu.main]]
identifier = "engel"
name = "Engeln"
url = "https://engel.un-hack-bar.de"
weight = 60