Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit b62b536

Browse files
author
Marek Krug
committed
new theme (work in progress)
1 parent 8c2d5c0 commit b62b536

File tree

17 files changed

+840
-86
lines changed

17 files changed

+840
-86
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[submodule "beautifulhugo"]
22
path = themes/beautifulhugo
33
url = https://github.com/cccb/beautifulhugo.git
4+
[submodule "themes/blowfish"]
5+
path = themes/blowfish
6+
url = https://github.com/nunocoracao/blowfish.git
7+
branch = main

assets/img/avatar-CCCB-Logo.jpg

80.6 KB
Loading

assets/img/avatar-CCCB-Logo.png

60.8 KB
Loading
File renamed without changes.
File renamed without changes.

config.yaml

Lines changed: 0 additions & 84 deletions
This file was deleted.

config/_default/hugo.toml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# -- Site Configuration --
2+
# Refer to the theme docs for more details about each of these parameters.
3+
# https://blowfish.page/docs/getting-started/
4+
5+
theme = "blowfish" # UNCOMMENT THIS LINE
6+
baseURL = "https://berlin.ccc.de/"
7+
defaultContentLanguage = "de"
8+
9+
pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
10+
11+
enableRobotsTXT = true
12+
summaryLength = 0
13+
14+
buildDrafts = false
15+
buildFuture = false
16+
17+
enableEmoji = true
18+
19+
# googleAnalytics = "G-XXXXXXXXX"
20+
21+
[pagination]
22+
pagerSize = 100
23+
24+
[imaging]
25+
anchor = 'Center'
26+
27+
[taxonomies]
28+
tag = "tags"
29+
category = "categories"
30+
author = "authors"
31+
series = "series"
32+
33+
[sitemap]
34+
changefreq = 'daily'
35+
filename = 'sitemap.xml'
36+
priority = 0.5
37+
38+
[outputs]
39+
home = ["HTML", "RSS", "JSON"]
40+
41+
[related]
42+
threshold = 0
43+
toLower = false
44+
45+
[[related.indices]]
46+
name = "tags"
47+
weight = 100
48+
49+
[[related.indices]]
50+
name = "categories"
51+
weight = 100
52+
53+
[[related.indices]]
54+
name = "series"
55+
weight = 50
56+
57+
[[related.indices]]
58+
name = "authors"
59+
weight = 20
60+
61+
[[related.indices]]
62+
name = "date"
63+
weight = 10
64+
65+
[[related.indices]]
66+
applyFilter = false
67+
name = 'fragmentrefs'
68+
type = 'fragments'
69+
weight = 10

config/_default/languages.de.toml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
disabled = false
2+
languageCode = "de"
3+
languageName = "Deutsch"
4+
weight = 1
5+
title = "Chaos Computer Club Berlin"
6+
7+
[params]
8+
displayName = "DE"
9+
isoCode = "de"
10+
rtl = false
11+
dateFormat = "January 2, 2006"
12+
logo = "img/avatar-CCCB-Logo.png"
13+
secondaryLogo = "img/avatar-CCCB-Logo.png"
14+
description = "Willkommen! Wir sind ein Erfa-Kreis des Chaos Computer Club e.V. und die örtliche Niederlassung des CCC in Berlin."
15+
copyright = "CCC-BY"
16+
17+
[params.author]
18+
# name = "Your name here"
19+
20+
# image = "img/logo.png"
21+
# imageQuality = 96
22+
headline = "Willkommen! Wir sind ein Erfa-Kreis des Chaos Computer Club e.V. und die örtliche Niederlassung des CCC in Berlin."
23+
# bio = "A little bit about you"
24+
links = [
25+
{ email = "mailto:[email protected]" },
26+
# { link = "https://link-to-some-website.com/" },
27+
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
28+
# { apple = "https://www.apple.com" },
29+
# { blogger = "https://username.blogspot.com/" },
30+
# { bluesky = "https://bsky.app/profile/username" },
31+
# { codepen = "https://codepen.io/username" },
32+
# { dev = "https://dev.to/username" },
33+
# { discord = "https://discord.gg/invitecode" },
34+
# { dribbble = "https://dribbble.com/username" },
35+
# { facebook = "https://facebook.com/username" },
36+
# { flickr = "https://www.flickr.com/photos/username/" },
37+
# { foursquare = "https://foursquare.com/username" },
38+
# { github = "https://github.com/username" },
39+
# { gitlab = "https://gitlab.com/username" },
40+
# { google = "https://www.google.com/" },
41+
# { hashnode = "https://username.hashnode.dev" },
42+
# { instagram = "https://instagram.com/username" },
43+
# { itch-io = "https://username.itch.io" },
44+
# { keybase = "https://keybase.io/username" },
45+
# { kickstarter = "https://www.kickstarter.com/profile/username" },
46+
# { lastfm = "https://lastfm.com/user/username" },
47+
# { linkedin = "https://linkedin.com/in/username" },
48+
{ mastodon = "https://chaos.social/@clubdiscordia" },
49+
# { medium = "https://medium.com/username" },
50+
# { microsoft = "https://www.microsoft.com/" },
51+
# { orcid = "https://orcid.org/userid" },
52+
# { patreon = "https://www.patreon.com/username" },
53+
# { pinterest = "https://pinterest.com/username" },
54+
# { reddit = "https://reddit.com/user/username" },
55+
# { researchgate = "https://www.researchgate.net/profile/username" },
56+
# { slack = "https://workspace.url/team/userid" },
57+
# { snapchat = "https://snapchat.com/add/username" },
58+
# { soundcloud = "https://soundcloud.com/username" },
59+
# { spotify = "https://open.spotify.com/user/userid" },
60+
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
61+
# { steam = "https://steamcommunity.com/profiles/userid" },
62+
# { telegram = "https://t.me/username" },
63+
# { threads = "https://www.threads.net/@username" },
64+
# { tiktok = "https://tiktok.com/@username" },
65+
# { tumblr = "https://username.tumblr.com" },
66+
# { twitch = "https://twitch.tv/username" },
67+
# { twitter = "https://twitter.com/username" },
68+
# { x-twitter = "https://twitter.com/username" },
69+
# { whatsapp = "https://wa.me/phone-number" },
70+
# { youtube = "https://youtube.com/username" },
71+
# { ko-fi = "https://ko-fi.com/username" },
72+
# { codeberg = "https://codeberg.org/username"},
73+
]

config/_default/markup.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# -- Markup --
2+
# These settings are required for the theme to function.
3+
4+
[goldmark]
5+
[goldmark.renderer]
6+
unsafe = true
7+
8+
[highlight]
9+
noClasses = false
10+
11+
[tableOfContents]
12+
startLevel = 2
13+
endLevel = 4

config/_default/menus.de.toml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# -- Main Menu --
2+
# The main menu is displayed in the header at the top of the page.
3+
# Acceptable parameters are name, pageRef, page, url, title, weight.
4+
#
5+
# The simplest menu configuration is to provide:
6+
# name = The name to be displayed for this menu link
7+
# pageRef = The identifier of the page or section to link to
8+
#
9+
# By default the menu is ordered alphabetically. This can be
10+
# overridden by providing a weight value. The menu will then be
11+
# ordered by weight from lowest to highest.
12+
13+
#[[main]]
14+
# name = "Blog"
15+
# pageRef = "posts"
16+
# weight = 10
17+
18+
[[main]]
19+
name = "verein"
20+
pageRef = "verein"
21+
weight = 200
22+
23+
[[main]]
24+
name = "veranstaltungen"
25+
pageRef = "veranstaltungen"
26+
weight = 300
27+
28+
[[main]]
29+
name = "News"
30+
pageRef = "post"
31+
32+
weight = 400
33+
34+
[[main]]
35+
name = "Impressum"
36+
pageRef = "page/impressum/"
37+
weight = 500
38+
39+
# -- Footer Menu --
40+
# The footer menu is displayed at the bottom of the page, just before
41+
# the copyright notice. Configure as per the main menu above.
42+
43+
44+
[[footer]]
45+
name = "Tags"
46+
pageRef = "tags"
47+
weight = 10
48+
49+
[[footer]]
50+
name = "Categories"
51+
pageRef = "categories"
52+
weight = 20

0 commit comments

Comments
 (0)