-
Notifications
You must be signed in to change notification settings - Fork 15
/
_config.yml
46 lines (37 loc) · 1.09 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# URL
baseurl: "/"
url: "https://strassenraumkarte.osm-berlin.org"
# Content
# Also used for Social Sharing https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
locale: de_DE
title: Straßenraumkarte Neukölln
description: Spezialkarten für Neukölln zum Straßenraum und zur Parkplatzdichte.
author: Alex Seidel
logo: /images/openstreetmap-osm-logo.png
image:
path: /images/social-sharing.jpg
alt: Ausschnitt der Parkraumkarte Neukölln mit Visualisierung des Flächenverbrauchs.
twitter:
username: "@osmberlin"
card: summary_large_image
# Minima date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%Y-%m-%d"
# email: your-email@example.com
# github_username: SupaplexOSM
# Build settings
permalink: /posts/:year-:month-:day-:title
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
toc_levels: 1..3
parse_block_html: true
theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-redirect-from
# We do not want the TailwindCSS Source File to be looked at by Jekyll
exclude: ["css-src"]