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

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 2.6 MiB

View file

@ -5,6 +5,8 @@
theme = "blowfish" # UNCOMMENT THIS LINE theme = "blowfish" # UNCOMMENT THIS LINE
baseURL = "https://berlin.ccc.de/" baseURL = "https://berlin.ccc.de/"
defaultContentLanguage = "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 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' filename = 'sitemap.xml'
priority = 0.5 priority = 0.5
[permalinks]
post = "/post/:year/:month/:day/:title/"
[outputs] [outputs]
home = ["HTML", "RSS", "JSON"] 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] [related]
threshold = 0 threshold = 0

View file

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

View file

@ -16,24 +16,23 @@
# weight = 10 # weight = 10
[[main]] [[main]]
name = "verein" name = "Verein"
pageRef = "verein" pageRef = "verein"
weight = 200 weight = 200
[[main]] [[main]]
name = "veranstaltungen" name = "Veranstaltungen"
pageRef = "veranstaltungen" pageRef = "veranstaltungen"
weight = 300 weight = 300
[[main]] [[main]]
name = "News" name = "Mitgliedschaft"
pageRef = "post" pageRef = "mitgliedschaft"
weight = 400 weight = 400
[[main]] [[main]]
name = "Impressum" name = "News"
pageRef = "page/impressum/" pageRef = "post"
weight = 500 weight = 500
# -- Footer Menu -- # -- Footer Menu --
@ -50,3 +49,13 @@
name = "Categories" name = "Categories"
pageRef = "categories" pageRef = "categories"
weight = 20 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 disableTextInHeader = false
backgroundImageWidth = 1200 backgroundImageWidth = 1200
defaultBackgroundImage = "/img/cccb-im-winter.jpg" # used as default for background images # 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 defaultFeaturedImage = "/img/avatar-CCCB-Logo.png" # used as default for featured images in all articles
# highlightCurrentMenuArea = true # highlightCurrentMenuArea = true
# smartTOC = true # smartTOC = true
@ -46,9 +46,9 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
layout = "background" # valid options: page, profile, hero, card, background, custom layout = "background" # valid options: page, profile, hero, card, background, custom
homepageImage = "img/cccb-im-winter.jpg" # used in: hero, and card homepageImage = "img/cccb-im-winter.jpg" # used in: hero, and card
showRecent = true showRecent = true
showRecentItems = 5 showRecentItems = 8
showMoreLink = true showMoreLink = true
showMoreLinkDest = "/posts/" showMoreLinkDest = "/post/"
cardView = false cardView = false
cardViewScreenWidth = false cardViewScreenWidth = false
layoutBackgroundBlur = false # only used when layout equals background layoutBackgroundBlur = false # only used when layout equals background
@ -58,27 +58,27 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
showViews = false showViews = false
showLikes = false showLikes = false
showDateOnlyInArticle = false showDateOnlyInArticle = false
showDateUpdated = false showDateUpdated = true
showAuthor = true showAuthor = false
# showAuthorBottom = false showAuthorBottom = true
showHero = false showHero = false
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground # heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
showBreadcrumbs = false showBreadcrumbs = true
showDraftLabel = true showDraftLabel = true
showEdit = false showEdit = true
# editURL = "https://github.com/username/repo/" editURL = "https://github.com/cccb/www/tree/staging/content/"
editAppendPath = true editAppendPath = true
seriesOpened = false seriesOpened = false
showHeadingAnchors = true showHeadingAnchors = true
showPagination = true showPagination = false
invertPagination = false invertPagination = false
showReadingTime = true showReadingTime = true
showTableOfContents = false showTableOfContents = true
# showRelatedContent = false # showRelatedContent = false
# relatedContentLimit = 3 # relatedContentLimit = 3
showTaxonomies = false showTaxonomies = true
showAuthorsBadges = false showAuthorsBadges = false
showWordCount = true showWordCount = true
# sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"] # sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
@ -113,6 +113,10 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
showLikes = false showLikes = false
showTableOfContents = false showTableOfContents = false
cardView = false cardView = false
category = "categories"
series = "series"
tag = "tags"
[term] [term]
showHero = false showHero = false

View file

@ -3,7 +3,7 @@ title: "Anfahrt"
date: 2018-05-17T23:04:10+02:00 date: 2018-05-17T23:04:10+02:00
menu: menu:
main: main:
parent: "verein" parent: "Verein"
--- ---
# Allgemeine Hinweise # Allgemeine Hinweise

View file

@ -7,8 +7,10 @@ dtend: 20250118T230000
rrule: "FREQ=MONTHLY;BYDAY=1SA,3SA;WKST=MO" rrule: "FREQ=MONTHLY;BYDAY=1SA,3SA;WKST=MO"
menu: menu:
main: main:
parent: "veranstaltungen" parent: "Veranstaltungen"
--- ---
![Lötkolben im CCCB](/img/club/27481933907_f240f4232d.jpg)
**Jeden 1. und 3. Samstag im Monat ist ab 17 Uhr Bastelabend im Club.** **Jeden 1. und 3. Samstag im Monat ist ab 17 Uhr Bastelabend im Club.**
Wenn ihr neu seid und den CCCB zum ersten Mal besuchen wollt, kommt am besten an einem Donnerstag zum [Club Discordia](/page/clubdiscordia/), da samstags nicht immer genug Leute da sind, um euch zu empfangen. Generell sind aber alle herzlich eingeladen, an den Spieleabenden vorbeizukommen. Wenn ihr neu seid und den CCCB zum ersten Mal besuchen wollt, kommt am besten an einem Donnerstag zum [Club Discordia](/page/clubdiscordia/), da samstags nicht immer genug Leute da sind, um euch zu empfangen. Generell sind aber alle herzlich eingeladen, an den Spieleabenden vorbeizukommen.

View file

@ -4,7 +4,7 @@ subtitle: "Chaos Computer Club Berlin / CCC(B) e.V."
date: 2020-01-19T10:00:00+02:00 date: 2020-01-19T10:00:00+02:00
menu: menu:
main: main:
parent: "verein" parent: "Mitgliedschaft"
--- ---
_Stand: 19. Januar 2020_ _Stand: 19. Januar 2020_

View file

@ -4,8 +4,9 @@ subtitle: "Der Kalender des CCCB"
date: 2025-02-26T10:00:00+02:00 date: 2025-02-26T10:00:00+02:00
menu: menu:
main: main:
parent: "verein" parent: "Verein"
--- ---
![Ein Schild im CCCB mit der Aufschrift "Closed at Night"](/img/club/42303247602_56716d8704.jpg)
<!-- Kalender-Widget --> <!-- Kalender-Widget -->
<style> <style>

View file

@ -8,7 +8,7 @@ date: 2020-02-27T01:00:00+02:00
#location: "CCCB" #location: "CCCB"
menu: menu:
main: main:
parent: "veranstaltungen" parent: "Veranstaltungen"
--- ---
![Chaosradio logo](/img/chaosradio.png) ![Chaosradio logo](/img/chaosradio.png)

View file

@ -9,9 +9,11 @@ dtend: 20220616T230000
rrule: "FREQ=WEEKLY;BYDAY=TH;INTERVAL=1" rrule: "FREQ=WEEKLY;BYDAY=TH;INTERVAL=1"
menu: menu:
main: main:
parent: "veranstaltungen" parent: "Veranstaltungen"
--- ---
![Kochen in der CCCB Küche](/img/club/Kochen_in_der_CCCB_Küche.jpg)
Der **Club Discordia** ist ein öffentliches Treffen in den Clubräumen des CCC Berlin. Jeder, der Lust hat, ist eingeladen, **Donnerstags so ab ca. 19 Uhr bis 24 Uhr** vorbeizukommen. Wer will, kann seinen Computer mitbringen und sollte das auch tun, sonst ist es langweilig wenn die Nerds erstmal nicht mit einem reden oder wenig los ist. Der **Club Discordia** ist ein öffentliches Treffen in den Clubräumen des CCC Berlin. Jeder, der Lust hat, ist eingeladen, **Donnerstags so ab ca. 19 Uhr bis 24 Uhr** vorbeizukommen. Wer will, kann seinen Computer mitbringen und sollte das auch tun, sonst ist es langweilig wenn die Nerds erstmal nicht mit einem reden oder wenig los ist.
In den Clubräumen gibt es performantes Internet mit WLAN und etwas zwischenmenschliche Kommunikation. In den Clubräumen gibt es performantes Internet mit WLAN und etwas zwischenmenschliche Kommunikation.

View file

@ -7,7 +7,7 @@ date: 2018-05-18T01:11:54+02:00
#rrule: "FREQ=MONTHLY;BYSETPOS=1;BYDAY=TH;INTERVAL=1" #rrule: "FREQ=MONTHLY;BYSETPOS=1;BYDAY=TH;INTERVAL=1"
menu: menu:
main: main:
parent: "veranstaltungen" parent: "Veranstaltungen"
--- ---
![Chaos Macht Schule Logo](/img/cms-logo.jpg "Chaos Macht Schule Logo") ![Chaos Macht Schule Logo](/img/cms-logo.jpg "Chaos Macht Schule Logo")

View file

@ -4,9 +4,11 @@ subtitle: "Die Vortragsreihe im CCCB"
date: 2018-05-17T22:41:48+02:00 date: 2018-05-17T22:41:48+02:00
menu: menu:
main: main:
parent: "veranstaltungen" parent: "Veranstaltungen"
--- ---
![Technische Geräte unbekannten Hersprungs im CCCB](/img/club/27481915157_3cde02aaa3.jpg)
Der **Datengarten** ist eine Vortrags- und Projektreihe im Rahmen des [Club Der **Datengarten** ist eine Vortrags- und Projektreihe im Rahmen des [Club
Discordia](/page/clubdiscordia/). Regelmäßige Datengärten finden an Discordia](/page/clubdiscordia/). Regelmäßige Datengärten finden an
jedem 2. Dienstag im Monat ab 20 Uhr statt (der Dienstag nach dem jedem 2. Dienstag im Monat ab 20 Uhr statt (der Dienstag nach dem

View file

@ -1,14 +1,38 @@
--- ---
title: "Fotos" title: "Fotogalerie"
date: 2018-07-01T14:19:22+04:00 date: 2018-07-01T14:19:22+04:00
menu: menu:
main: main:
parent: "verein" parent: "Verein"
--- ---
{{< gallery >}} {{< gallery >}}
<img src="/img/club/27479845037_9e4ece985c.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" /> <img src="/img/club/27480379957_c09e86189b.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/27480379957_c09e86189b.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" /> <img src="/img/club/27479845037_9e4ece985c.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/27481915157_3cde02aaa3.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" /> <img src="/img/club/27481915157_3cde02aaa3.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/27481933907_f240f4232d.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" /> <img src="/img/club/27481933907_f240f4232d.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
{{< /gallery >}} <img src="/img/club/27481964727_04959aa83b.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/27481969187_a23cf0c7ab.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/28476390838_3684d048ef.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/28476394828_1ed64af4f5.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/40542196560_f22e53153c.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/40544370280_1703903e06.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/41447101455_c6ace71115.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/41447109945_3ab5a6e7ef.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/41627141884_48e4bb4dec.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/41627160174_4d494549a2.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/41629042814_df533c84e0.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/42300970272_667569d239.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/42301473062_cdcea7912f.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/42301482072_7092c55ef0.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/42303237782_7107fcf7c7.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/42303241962_665df39b87.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/42303247602_56716d8704.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/42349449581_3c634b4245.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/42349465201_9fff7450d4.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/42349973551_9f1a404c0f.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/42350001481_48a8be981e.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
<img src="/img/club/42351605711_6d40412b75.jpg" class="grid-w50 md:grid-w33 xl:grid-w25" />
{{< /gallery >}}
Fotos aus den Räumen des Chaos Computer Club Berlin aus 2018

View file

@ -4,7 +4,7 @@ subtitle: "Der Online-Auftritt des CCCB"
date: 2025-02-26T10:00:00+02:00 date: 2025-02-26T10:00:00+02:00
menu: menu:
main: main:
parent: "verein" parent: "Verein"
--- ---
Der CCCB betreibt einen eigenen Mastodon-Account auf chaos.social, dem ihr hier gerne folgen könnt: Der CCCB betreibt einen eigenen Mastodon-Account auf chaos.social, dem ihr hier gerne folgen könnt:

View file

@ -1,10 +1,10 @@
--- ---
title: "Mitgliedschaft" title: "Allgemeine Infos zur Mitgliedschaft"
subtitle: "Alles rund ums Mitmachen beim CCCB" subtitle: "Alles rund ums Mitmachen beim CCCB"
date: 2018-05-17T22:18:59+02:00 date: 2018-05-17T22:18:59+02:00
menu: menu:
main: main:
parent: "verein" parent: "Mitgliedschaft"
--- ---
Bitte beachte, dass Chaos Computer Club Berlin e.V. (kurz: CCCB) und Chaos Computer Club e.V. (kurz: CCC) zwei verschiedene Vereine sind: In diesem Text wird in einigen Sätzen von beiden Vereinen die Rede sein. Bitte beachte, dass Chaos Computer Club Berlin e.V. (kurz: CCCB) und Chaos Computer Club e.V. (kurz: CCC) zwei verschiedene Vereine sind: In diesem Text wird in einigen Sätzen von beiden Vereinen die Rede sein.

View file

@ -7,9 +7,11 @@ dtend: 20250115T230000
rrule: "FREQ=MONTHLY;BYDAY=3WE;WKST=MO" rrule: "FREQ=MONTHLY;BYDAY=3WE;WKST=MO"
menu: menu:
main: main:
parent: "veranstaltungen" parent: "Veranstaltungen"
--- ---
![Verschiedene Platinen im CCCB](/img/club/42300970272_667569d239.jpg)
**Jeden 3. Mittwoch im Monat ab 20 Uhr** treffen sich die OpenWrt begeisterten und die es werden wollen zum OpenWrt Stammtisch im CCCB. **Jeden 3. Mittwoch im Monat ab 20 Uhr** treffen sich die OpenWrt begeisterten und die es werden wollen zum OpenWrt Stammtisch im CCCB.
Das OpenWrt Meetup richtet sich an alle die OpenWrt benutzen oder benutzen wollen aber auch Leute die an OpenWrt entwickeln. Das OpenWrt Meetup richtet sich an alle die OpenWrt benutzen oder benutzen wollen aber auch Leute die an OpenWrt entwickeln.

View file

@ -4,7 +4,7 @@ subtitle: "Chaos Computer Club Berlin e. V. / CCCB e. V."
date: 2019-05-14T10:00:00+02:00 date: 2019-05-14T10:00:00+02:00
menu: menu:
main: main:
parent: "verein" parent: "Mitgliedschaft"
--- ---
_Stand: 16. April 2023_ _Stand: 16. April 2023_

View file

@ -7,8 +7,10 @@ dtend: 20250125T230000
rrule: "FREQ=MONTHLY;BYDAY=2SA,4SA;WKST=MO" rrule: "FREQ=MONTHLY;BYDAY=2SA,4SA;WKST=MO"
menu: menu:
main: main:
parent: "veranstaltungen" parent: "Veranstaltungen"
--- ---
![Dorfromantik spielen im CCCB](/img/club/dorfromantik-im-cccb.jpg)
**Jeden 2. und 4. Samstag im Monat ist ab 17 Uhr Spieleabend im Club.** **Jeden 2. und 4. Samstag im Monat ist ab 17 Uhr Spieleabend im Club.**
Wenn ihr neu seid und den CCCB zum ersten Mal besuchen wollt, kommt am besten an einem Donnerstag zum [Club Discordia](/page/clubdiscordia/), da samstags nicht immer genug Leute da sind, um euch zu empfangen. Generell sind aber alle herzlich eingeladen, an den Bastelabenden vorbeizukommen. Wenn ihr neu seid und den CCCB zum ersten Mal besuchen wollt, kommt am besten an einem Donnerstag zum [Club Discordia](/page/clubdiscordia/), da samstags nicht immer genug Leute da sind, um euch zu empfangen. Generell sind aber alle herzlich eingeladen, an den Bastelabenden vorbeizukommen.

View file

@ -7,9 +7,11 @@ dtend: 20241130T230000
rrule: "FREQ=MONTHLY;BYDAY=5SA;WKST=MO" rrule: "FREQ=MONTHLY;BYDAY=5SA;WKST=MO"
menu: menu:
main: main:
parent: "veranstaltungen" parent: "Veranstaltungen"
--- ---
![Ein possierlicher Nager im CCCB](/img/club/41627141884_48e4bb4dec.jpg)
**Jeden 5. Samstag im Monat ist ab 17 Uhr Subbotnik im Club.** **Jeden 5. Samstag im Monat ist ab 17 Uhr Subbotnik im Club.**
Ungefähr jedes viertel Jahr wird im CCCB von den Mitgliedern einmal richtig durchgeputzt, damit der Club danach wieder schön aussieht. Ungefähr jedes viertel Jahr wird im CCCB von den Mitgliedern einmal richtig durchgeputzt, damit der Club danach wieder schön aussieht.

View file

@ -0,0 +1 @@
{{ block "main" . }}{{ .Content }}{{ end }}

View file

@ -0,0 +1,21 @@
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//CCCB//Calendar//DE
{{ with .Title }}
X-WR-CALNAME:{{ . }}
{{ end }}
CALSCALE:GREGORIAN
METHOD:PUBLISH
{{ range .Pages }}
{{ if .Date }}
BEGIN:VEVENT
UID:{{ .File.UniqueID }}@berlin.ccc.de
DTSTAMP:{{ .Date.Format "20060102T150405Z" }}
DTSTART:{{ .Date.Format "20060102T150405Z" }}
SUMMARY:{{ .Title }}
DESCRIPTION:{{ .Summary | plainify }}
URL:{{ .Permalink }}
END:VEVENT
{{ end }}
{{ end }}
END:VCALENDAR

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<events>
{{ range .Pages }}
<event>
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>
<date>{{ .Date.Format "2006-01-02" }}</date>
<description>{{ .Summary | plainify }}</description>
{{ with .Params.location }}<location>{{ . }}</location>{{ end }}
</event>
{{ end }}
</events>

View file

@ -0,0 +1,21 @@
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//CCCB//Calendar//DE
{{ with .Title }}
X-WR-CALNAME:{{ . }}
{{ end }}
CALSCALE:GREGORIAN
METHOD:PUBLISH
{{ if .Date }}
BEGIN:VEVENT
UID:{{ .File.UniqueID }}@berlin.ccc.de
DTSTAMP:{{ .Date.Format "20060102T150405Z" }}
DTSTART:{{ .Date.Format "20060102T150405Z" }}
{{ with .Params.event.end }}DTEND:{{ dateFormat "20060102T150405Z" . }}{{ end }}
SUMMARY:{{ .Title }}
DESCRIPTION:{{ .Summary | plainify }}
URL:{{ .Permalink }}
{{ with .Params.location }}LOCATION:{{ . }}{{ end }}
END:VEVENT
{{ end }}
END:VCALENDAR

View file

@ -3,8 +3,20 @@
<div class="row"> <div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<article role="main" class="blog-post"> <article role="main" class="blog-post">
{{ partial "talk-infobox" . }} <article class="max-w-prose mx-auto">
{{ .Content }} <h1 class="text-2xl font-bold">{{ .Title }}</h1>
{{ if .Params.subtitle }}
<h2 class="text-xl">{{ .Params.subtitle }}</h2>
{{ end }}
<div class="mt-4 border p-4 bg-secondary-bg rounded">
{{ partial "talk-infobox" . }}
</div>
<div class="mt-4 content">
{{ .Content }}
</div>
</article>
{{ if .Params.tags }} {{ if .Params.tags }}
<div class="blog-tags"> <div class="blog-tags">

View file

@ -0,0 +1,16 @@
{{ define "main" }}
<article class="max-w-prose mx-auto">
<h1 class="text-2xl font-bold">{{ .Title }}</h1>
{{ if .Params.subtitle }}
<h2 class="text-xl">{{ .Params.subtitle }}</h2>
{{ end }}
<div class="mt-4 border p-4 bg-secondary-bg rounded">
{{ partial "talk-infobox" . }}
</div>
<div class="mt-4 content">
{{ .Content }}
</div>
</article>
{{ end }}

View file

@ -36,7 +36,7 @@ EXDATE;TZID=Europe/Berlin:{{.}}
{{end -}} {{end -}}
LOCATION:{{with .Params.location}}{{.}}{{else}}CCCB{{end}} LOCATION:{{with .Params.location}}{{.}}{{else}}CCCB{{end}}
URL:{{.Permalink}} URL:{{.Permalink}}
DESCRIPTION:{{- .Content | plainify | replaceRE "\n" "\\n" | replaceRE ":" "\\:" -}} DESCRIPTION:{{.Permalink}}
END:VEVENT END:VEVENT
END:VCALENDAR END:VCALENDAR
{{end -}} {{end -}}

View file

@ -4,81 +4,81 @@ theme: "blowfish"
RelativeURLs: true RelativeURLs: true
CanonifyURLs: true CanonifyURLs: true
# Params: Params:
# license: "CC-BY" license: "CC-BY"
# subtitle: "Willkommen! Wir sind ein Erfa-Kreis des Chaos Computer Club e.V. und die örtliche Niederlassung des CCC in Berlin." subtitle: "Willkommen! Wir sind ein Erfa-Kreis des Chaos Computer Club e.V. und die örtliche Niederlassung des CCC in Berlin."
# logo: "img/avatar-CCCB-Logo.png" logo: "img/avatar-CCCB-Logo.png"
# favicon: "img/favicon.ico" favicon: "img/favicon.ico"
# dateFormat: "January 2, 2006" dateFormat: "January 2, 2006"
# commit: false commit: false
# rss: true rss: true
# comments: true comments: true
# readingTime: true readingTime: true
# useHLJS: true useHLJS: true
# DateForm: "30.12.2006" DateForm: "30.12.2006"
# # for GDPR / EU-DSGVO compliance # for GDPR / EU-DSGVO compliance
# selfHosted: true selfHosted: true
# taxonomies: taxonomies:
# category: "categories" category: "categories"
# series: "series" series: "series"
# tag: "tags" tag: "tags"
# permalinks: permalinks:
# post: "/post/:year/:month/:day/:title/" post: "/post/:year/:month/:day/:title/"
# Author: Author:
# twitter: "clubdiscordia" twitter: "clubdiscordia"
# email: "mail2025@berlin.ccc.de" email: "mail2025@berlin.ccc.de"
# mastodon: "chaos.social/@clubdiscordia" mastodon: "chaos.social/@clubdiscordia"
# irc: "https://webirc.hackint.org/#ircs://irc.hackint.org/#cccb" irc: "https://webirc.hackint.org/#ircs://irc.hackint.org/#cccb"
# menu: menu:
# main: main:
# - identifier: "verein" - identifier: "verein"
# name: "Der Verein" name: "Der Verein"
# weight: 200 weight: 200
# - identifier: "veranstaltungen" - identifier: "veranstaltungen"
# name: "Veranstaltungen" name: "Veranstaltungen"
# weight: 300 weight: 300
# - identifier: "news" - identifier: "news"
# name: "News" name: "News"
# url: "post/" url: "post/"
# weight: 500 weight: 500
# - identifier: "impressum" - identifier: "impressum"
# name: "Impressum" name: "Impressum"
# url: "page/impressum/" url: "page/impressum/"
# weight: 600 weight: 600
# - identifier: "privacy" - identifier: "privacy"
# name: "Privacy" name: "Privacy"
# url: "page/datenschutz/" url: "page/datenschutz/"
# weight: 700 weight: 700
# mediaTypes: mediaTypes:
# text/calendar": text/calendar":
# suffixes: suffixes:
# - "ics" - "ics"
# application/rss: application/rss:
# suffixes: suffixes:
# - "rss" - "rss"
# application/xml: application/xml:
# suffixes: suffixes:
# - "xml" - "xml"
# outputFormats: outputFormats:
# RSS: RSS:
# mediaType: "application/rss" mediaType: "application/rss"
# XML: XML:
# isPlainText: true isPlainText: true
# mediaType: "application/xml" mediaType: "application/xml"
# outputs: outputs:
# section: section:
# - "HTML" - "HTML"
# - "Calendar" - "Calendar"
# - "RSS" - "RSS"
# - "XML" - "XML"
# page: page:
# - "HTML" - "HTML"
# - "Calendar" - "Calendar"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB