new images, new content, new theme almost finished
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 2.6 MiB |
|
@ -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
|
||||||
|
|
|
@ -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" },
|
||||||
|
|
|
@ -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
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
---
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
**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.
|
|
@ -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_
|
||||||
|
|
|
@ -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"
|
||||||
---
|
---
|
||||||
|

|
||||||
|
|
||||||
<!-- Kalender-Widget -->
|
<!-- Kalender-Widget -->
|
||||||
<style>
|
<style>
|
||||||
|
|
|
@ -8,7 +8,7 @@ date: 2020-02-27T01:00:00+02:00
|
||||||
#location: "CCCB"
|
#location: "CCCB"
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: "veranstaltungen"
|
parent: "Veranstaltungen"
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -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"
|
||||||
---
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
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.
|
||||||
|
|
|
@ -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"
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -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"
|
||||||
---
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -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
|
|
@ -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:
|
||||||
|
|
|
@ -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.
|
|
@ -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"
|
||||||
---
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
**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.
|
||||||
|
|
|
@ -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_
|
||||||
|
|
|
@ -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"
|
||||||
---
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
**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.
|
|
@ -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"
|
||||||
---
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
**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.
|
||||||
|
|
1
layouts/_default/baseof.calendar.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{{ block "main" . }}{{ .Content }}{{ end }}
|
21
layouts/_default/list.calendar.html
Normal 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
|
12
layouts/_default/list.xml.html
Normal 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>
|
21
layouts/_default/single.calendar.html
Normal 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
|
|
@ -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">
|
||||||
|
|
16
layouts/events/single.html
Normal 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 }}
|
|
@ -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 -}}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 143 KiB |
Before Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 61 KiB |
BIN
static/img/club/Kochen_in_der_CCCB_Küche.jpg
Normal file
After Width: | Height: | Size: 2.8 MiB |
BIN
static/img/club/dorfromantik-im-cccb.jpg
Normal file
After Width: | Height: | Size: 2.2 MiB |