-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (37 loc) · 1022 Bytes
/
_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
# Most of the following tags are used for the SEO template.
# See https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# The site title, used in various places.
title: Four Score and More
# A short description.
description: A social initiative providing high-quality musical resources.
# The logo.
logo: images/fourscoreandmore-logo.png
# The filenames of pages that should appear in the main menu.
header_pages:
- resources/index.md
- participation/index.md
- people/index.md
lang: en_GB
# Social links - let's register these?
#social_sites:
# facebook: FourScoreAndMore
# twitter: FourScoreAndMore
# Make URLs "pretty": "/page/" instead of "/page.html".
permalink: pretty
# Build settings
markdown: kramdown
kramdown:
input: GFM
theme: minima
# Jekyll plugins
plugins:
- jekyll-feed
- jekyll-relative-links
# Exclude files from processing by Jekyll.
exclude:
- apps-backend
# Enable GA.
google_analytics: true
# Enable the relative links plugin.
relative_links:
enabled: true