new images, new content, new theme almost finished

This commit is contained in:
Marek Krug 2025-02-27 00:21:42 +01:00
parent b62b53674f
commit ba414b0015
56 changed files with 288 additions and 120 deletions

View file

@ -5,6 +5,8 @@
theme = "blowfish" # UNCOMMENT THIS LINE
baseURL = "https://berlin.ccc.de/"
defaultContentLanguage = "de"
RelativeURLs = true
CanonifyURLs = true
pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
@ -35,8 +37,37 @@ enableEmoji = true
filename = 'sitemap.xml'
priority = 0.5
[permalinks]
post = "/post/:year/:month/:day/:title/"
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML", "Calendar", "RSS", "XML"]
page = ["HTML", "Calendar"]
# Output Formats Configuration
[outputFormats.Calendar]
mediaType = "text/calendar"
baseName = "index"
isPlainText = true
notAlternative = true
[outputFormats.XML]
mediaType = "application/xml"
baseName = "index"
isPlainText = true
[outputFormats.RSS]
mediaType = "application/rss+xml"
# Media Types Configuration
[mediaTypes]
[mediaTypes."text/calendar"]
suffixes = ["ics"]
[mediaTypes."application/rss"]
suffixes = ["rss"]
[mediaTypes."application/xml"]
suffixes = ["xml"]
[related]
threshold = 0

View file

@ -9,15 +9,18 @@ title = "Chaos Computer Club Berlin"
isoCode = "de"
rtl = false
dateFormat = "January 2, 2006"
logo = "img/avatar-CCCB-Logo.png"
secondaryLogo = "img/avatar-CCCB-Logo.png"
DateForm = "30.12.2006"
logo = "img/logo.png"
# secondaryLogo = "img/avatar-CCCB-Logo.png"
description = "Willkommen! Wir sind ein Erfa-Kreis des Chaos Computer Club e.V. und die örtliche Niederlassung des CCC in Berlin."
copyright = "CCC-BY"
selfHosted = true
mainSections = ["post", "datengarten"]
[params.author]
# name = "Your name here"
email = "mail2025@berlin.ccc.de"
# image = "img/logo.png"
image = "img/logo.png"
# imageQuality = 96
headline = "Willkommen! Wir sind ein Erfa-Kreis des Chaos Computer Club e.V. und die örtliche Niederlassung des CCC in Berlin."
# bio = "A little bit about you"
@ -35,8 +38,8 @@ title = "Chaos Computer Club Berlin"
# { facebook = "https://facebook.com/username" },
# { flickr = "https://www.flickr.com/photos/username/" },
# { foursquare = "https://foursquare.com/username" },
# { github = "https://github.com/username" },
# { gitlab = "https://gitlab.com/username" },
{ github = "https://github.com/cccb/" },
{ gitlab = "https://git.berlin.ccc.de/explore/repos" },
# { google = "https://www.google.com/" },
# { hashnode = "https://username.hashnode.dev" },
# { instagram = "https://instagram.com/username" },
@ -46,6 +49,7 @@ title = "Chaos Computer Club Berlin"
# { lastfm = "https://lastfm.com/user/username" },
# { linkedin = "https://linkedin.com/in/username" },
{ mastodon = "https://chaos.social/@clubdiscordia" },
{ irc = "https://webirc.hackint.org/#ircs://irc.hackint.org/#cccb" },
# { medium = "https://medium.com/username" },
# { microsoft = "https://www.microsoft.com/" },
# { orcid = "https://orcid.org/userid" },

View file

@ -16,24 +16,23 @@
# weight = 10
[[main]]
name = "verein"
name = "Verein"
pageRef = "verein"
weight = 200
[[main]]
name = "veranstaltungen"
name = "Veranstaltungen"
pageRef = "veranstaltungen"
weight = 300
[[main]]
name = "News"
pageRef = "post"
name = "Mitgliedschaft"
pageRef = "mitgliedschaft"
weight = 400
[[main]]
name = "Impressum"
pageRef = "page/impressum/"
name = "News"
pageRef = "post"
weight = 500
# -- Footer Menu --
@ -50,3 +49,13 @@
name = "Categories"
pageRef = "categories"
weight = 20
[[footer]]
name = "Impressum"
pageRef = "impressum"
weight = 500
[[footer]]
name = "Privacy"
pageRef = "datenschutz"
weight = 600

View file

@ -22,8 +22,8 @@ disableImageOptimization = false
disableTextInHeader = false
backgroundImageWidth = 1200
defaultBackgroundImage = "/img/cccb-im-winter.jpg" # used as default for background images
defaultFeaturedImage = "img/avatar-CCCB-Logo.png" # used as default for featured images in all articles
# defaultBackgroundImage = "/img/cccb-im-winter.jpg" # used as default for background images
defaultFeaturedImage = "/img/avatar-CCCB-Logo.png" # used as default for featured images in all articles
# highlightCurrentMenuArea = true
# smartTOC = true
@ -46,9 +46,9 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
layout = "background" # valid options: page, profile, hero, card, background, custom
homepageImage = "img/cccb-im-winter.jpg" # used in: hero, and card
showRecent = true
showRecentItems = 5
showRecentItems = 8
showMoreLink = true
showMoreLinkDest = "/posts/"
showMoreLinkDest = "/post/"
cardView = false
cardViewScreenWidth = false
layoutBackgroundBlur = false # only used when layout equals background
@ -58,27 +58,27 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
showViews = false
showLikes = false
showDateOnlyInArticle = false
showDateUpdated = false
showAuthor = true
# showAuthorBottom = false
showDateUpdated = true
showAuthor = false
showAuthorBottom = true
showHero = false
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
showBreadcrumbs = false
showBreadcrumbs = true
showDraftLabel = true
showEdit = false
# editURL = "https://github.com/username/repo/"
showEdit = true
editURL = "https://github.com/cccb/www/tree/staging/content/"
editAppendPath = true
seriesOpened = false
showHeadingAnchors = true
showPagination = true
showPagination = false
invertPagination = false
showReadingTime = true
showTableOfContents = false
showTableOfContents = true
# showRelatedContent = false
# relatedContentLimit = 3
showTaxonomies = false
showTaxonomies = true
showAuthorsBadges = false
showWordCount = true
# sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
@ -113,6 +113,10 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
showLikes = false
showTableOfContents = false
cardView = false
category = "categories"
series = "series"
tag = "tags"
[term]
showHero = false