forked from daviddarnes/alembic-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
106 lines (95 loc) · 2.75 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Set theme
remote_theme: daviddarnes/alembic@main
# File excludes
exclude:
- README.md
- Gemfile
- Gemfile.lock
# Set plugins
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-default-layout
- jekyll-feed
- jemoji
- jekyll-remote-theme
# Site settings
encoding: utf-8
lang: de-DE
title: 'VCP Kirchhain'
logo: "/assets/vcp.svg"
description: 'Ein Pfadfinderstamm in Kirchhain (Kreis Marburg-Biedenkopf) vom Verband Christlicher Pfadfinder:innen'
url: 'https://vcp-kirchhain.de'
baseurl: ''
permalink: pretty
email: "[email protected]"
favicons:
32: '/assets/logos/[email protected]'
128: '/assets/logos/[email protected]'
152: '/assets/logos/[email protected]'
167: '/assets/logos/[email protected]'
180: '/assets/logos/[email protected]'
192: '/assets/logos/[email protected]'
196: '/assets/logos/[email protected]'
256: '/assets/logos/[email protected]'
512: '/assets/logos/[email protected]'
1024: '/assets/logos/[email protected]'
social:
name: VCP Kirchhain
links:
- https://www.instagram.com/vcp_kirchhain/
- https://www.github.com/vcp_kirchhain/
social_links:
Instagram: https://www.instagram.com/vcp_kirchhain/
GitHub: https://github.com/vcp-kirchhain
link: https://vcp-kirchhain.de
RSS: /feed.xml
sharing_links: # Appear at the bottom of single blog posts, uncomment and comment out as desired. Colours set the button colour
Twitter: "#0d94e7"
facebook: "#3B5998"
# Google+: "#DC4E41"
# Pinterest: "#BD081C"
# LinkedIn: "#0077B5"
# tumblr: "#36465D"
# Reddit: "#FF4500"
# Hacker News: "#ff6600"
# Designer News: "#2D72D9"
Email: "#000000"
# Pagination
paginate: 5
paginate_path: aktuelles/page:num
# Header nav
navigation_header:
- title: Home
url: /
- title: Aktuelles
url: /aktuelles/
- title: Gruppen
url: /gruppen/
- title: Gruppenleiter:innen
url: /gruppenleiterinnen/
- title: Termine
url: /termine/
- title: Dokumente
url: /downloads/
# Footer nav
navigation_footer:
- title: <svg class="icon icon--facebook" role="img" alt="facebook"><title>Facebook</title><use xlink:href="#facebook" fill="CurrentColor"></use></svg>
url: https://www.facebook.com/vcpkirchhain/
- title: <svg class="icon icon--instagram" role="img" alt="instagram"><title>Instagram</title><use xlink:href="#instagram" fill="CurrentColor"></use></svg>
url: https://instagram.com/vcp_kirchhain
- title: <svg class="icon icon--email" role="img" alt="email"><title>E-Mail</title><use xlink:href="#email" fill="CurrentColor"></use></svg>
url: "mailto:[email protected]"
- title: Datenschutz
url: "/datenschutz/"
- title: Impressum
url: "/impressum/"
# Collections
collections:
posts:
output: true
feature_text: "# Aktuelles von uns"
feature_image: "/assets/header/stockbrot.jpg"