ccchh-website/hugo.toml

71 lines
1.4 KiB
TOML
Raw Normal View History

2023-10-02 12:08:18 +02:00
baseURL = 'https://hamburg.ccc.de/'
languageCode = 'de-de'
2023-10-08 17:38:54 +02:00
defaultContentLanguage = 'de'
2023-10-20 23:36:39 +02:00
timeZone = 'Europe/Berlin'
2023-10-02 12:08:18 +02:00
title = 'CCC Hansestadt Hamburg e.V.'
theme = 'ccchh'
2023-10-02 12:09:16 +02:00
cleanDestinationDir = true
enableGitInfo = true
# paginate = 10
[outputs]
home = ['html']
section = ['html', 'rss']
taxonomy = ['html']
term = ['html']
[permalinks.page]
blog = '/blog/:year/:month/:day/:slug/'
[taxonomies]
category = 'categories'
tag = 'tags'
author = 'authors'
[frontmatter]
2023-11-29 22:27:31 +01:00
lastmod = ['lastmod', ':git', ':fileModTime', 'publishdate', 'date']
2023-10-02 12:09:16 +02:00
[menu]
[[menu.main]]
name = "Wiki"
url = "https://wiki.hamburg.ccc.de"
[menu.main.params]
rel = "external"
# [[menu.main]]
# name = "Satzung"
# url = "#"
# [menu.main.params]
# rel = "external"
[[menu.main]]
2023-10-29 22:47:54 +01:00
name = "Kalender"
url = "https://cloud.hamburg.ccc.de/apps/calendar/embed/QJAdExziSnNJEz5g"
2023-10-02 12:09:16 +02:00
[menu.main.params]
rel = "external"
[[menu.footer]]
name = "Satzung"
weight = 90
2023-12-05 18:18:35 +01:00
url = "https://wiki.ccchh.net/verein:offizielles:satzung"
2023-10-02 12:09:16 +02:00
[menu.footer.params]
rel = "external"
[[menu.footer]]
name = "Hausordnung"
weight = 92
2023-12-05 18:18:35 +01:00
url = "https://wiki.ccchh.net/verein:offizielles:hausordnung"
2023-10-02 12:09:16 +02:00
[menu.footer.params]
rel = "external"
[[menu.footer]]
name = "Mitglied werden"
weight = 94
2023-12-05 18:18:35 +01:00
url = "https://wiki.ccchh.net/verein:offizielles:foemi-formular"
2023-10-02 12:09:16 +02:00
[menu.footer.params]
rel = "external"
[params.robots]
index = true
follow = true