-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
101 lines (93 loc) · 2.46 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
title: Mentored Sprints
url: "https://mentored-sprints.dev"
baseurl: /
permalink: "/:title/"
collections:
posts:
permalink: "/posts/:title/"
# optional really as it's using a custom theme
palette: blue
# navigation bar links
header:
title: Mentored sprints
# for a strange reason svgs does not work here
logo_img: images/logo/MS_whitelogo_transparent.png
has_nav: true
nav_links:
- label: Home
url: /
- label: Events
url: /events
- label: Organisers
url: /getstarted
- label: Community Handbook
url: /handbook/
- label: Team
url: /team
# footer
footer:
# logo_img: images/logo/MS_highcontrastlogo_transparent.svg
logo_img: images/slogan/slogan2_pink.svg
tagline:
has_nav: true
nav_title: Mentored Sprints
nav_links:
- label: About Us
url: /about
- label: Organise a Sprint
url: /getstarted
- label: Contact Us
url: /contact
- label: Brand guidelines
url: /brand
# social links
has_social: true
social_title: Community
social_links:
- label: Twitter
url: "https://twitter.com/MentoredSprints"
new_window: true
- label: GitHub
url: "https://github.com/pycon-mentored-sprints"
new_window: true
# subscription - TODO: link to Mailchimp
has_subscribe: false
subscribe_title: Newsletter
subscribe_content: "Stay up to date with upcoming sprints and developments. Join our mailing list [here](https://mentored-sprints.dev/newsletter)!"
content: "© Mentored Sprints 2018-2021 | "
links:
- label: GitHub source
url: "https://github.com/pycon-mentored-sprints/mentored-sprints.dev"
new_window: true
# seo
seo:
meta_og_title: "Mentored Sprints"
meta_og_type: "website"
meta_og_url: "https://mentored-sprints.dev"
meta_og_image: "https://raw.githubusercontent.com/pycon-mentored-sprints/digital-assets/7d2151142c84196d498a850b219a18066c19afb7/logos/white-pink-text-blue_1.svg"
meta_og_description: "Making contribution sprints more accessible and friendlier to all"
meta_twitter_card: "summary"
meta_twitter_site: "@mentoredsprints"
meta_twitter_creator: "@mentoredsprints"
sass:
indentWidth: 4
style: nested
precision: 10
plugins:
- jekyll-menus
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- LICENSE.md
- README.md
- netlify.toml
- stackbit-build.sh
- stackbit-pull.js
include:
- _redirects