www.netz39.de/_config.yml

76 lines
3.2 KiB
YAML
Raw Normal View History

2023-10-16 01:36:59 +02:00
# SITE CONFIGURATION
baseurl: "/"
url: "https://www.netz39.de"
2023-10-16 01:36:59 +02:00
2023-11-07 01:13:44 +01:00
# BOARD MEMBERS
board:
chair:
name: "Timo Herrmann"
wiki: "timo"
2024-03-21 00:40:40 +01:00
deputy:
name: "Rick Hollinski"
wiki: "rick"
2023-11-07 01:13:44 +01:00
2023-10-16 01:36:59 +02:00
# THEME-SPECIFIC CONFIGURATION
2023-10-16 23:50:41 +02:00
title: Netz39 e.V. # site's title
description: "Magdeburger Hackerspace" # used by search engines
avatar: https://cdn.netz39.de/img/logo/netz39-logo-final.svg # Empty for no avatar in navbar
favicon: https://cdn.netz39.de/img/logo/netz39-logo-icon.svg # Icon displayed in the tab
2023-10-16 01:36:59 +02:00
# Header and footer text
header_text: Netz39 e.V. — ein Hackerspace für Magdeburg und Umgebung # Change Blog header text
header_feature_image: https://cdn.netz39.de/img/header/bg-featured-1.jpg
2023-10-16 01:36:59 +02:00
header_feature_image_responsive: true
footer_text: >
Powered by <a href="https://jekyllrb.com/">Jekyll</a> with <a href="https://github.com/sylhare/Type-on-Strap">Type on Strap</a>
2023-11-01 13:07:42 +01:00
# Show share_buttons
share_buttons: false
2023-10-16 01:36:59 +02:00
# Blog
excerpt: true # Or "truncate" (first 250 characters), "false" to disable
post_navigation: true
color_image: https://cdn.netz39.de/img/lineart.png # A bit transparent for color posts.
2023-10-16 01:36:59 +02:00
# Features
# More in the _data folder for share buttons, author and language
# For layout customization, go to the "_sass > base" folder, and check "_variables.scss"
katex: true # Enable if using math markup
mermaid: default # Enable mermaid-js for diagrams, use theme: base, forest, dark, default, neutral
google_analytics: # Tracking ID, e.g. "UA-000000-01"
cookie_consent: false # To respect the usage of cookies
color_theme: auto # auto, dark or light
# Comments
comments:
disqus_shortname: # Your discus shortname for comments
cusdis_app_id: # Your cusdis data-app-id
utterances: # Enable by filling below information. For more info, go to https://utteranc.es
repo: # your public comments repository (e.g. owner/repo)
issue-term: # Issue term (e.g. "comment" consider issues with this word in the title as comments)
# PAGINATION
paginate: 8
2023-10-16 01:36:59 +02:00
paginate_path: "/blog/page:num"
# PORTFOLIO
collections:
portfolio:
output: true
permalink: /:collection/:name
events:
output: true
permalink: /events/:path
title: Events
2023-10-16 01:36:59 +02:00
# BUILD SETTINGS
github:
repository_url: https://github.com/netz39/www.netz39.de
2023-10-16 01:36:59 +02:00
sass:
style: compressed
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed]
2023-11-06 15:55:46 +01:00
exclude: [".jekyll-cache", ".jekyll-metadata", ".idea", "vendor/*", "assets/node_modules/*", "README.md", "docker-compose.yml", "Gemfile", "type-on-strap.gemspec", "tools"]
2023-10-16 01:36:59 +02:00
# theme: type-on-strap # if using the theme as a jekyll theme gem
remote_theme: sylhare/Type-on-Strap # If using as a remote_theme in github