-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.yaml
65 lines (59 loc) · 1.2 KB
/
config.yaml
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
baseURL: '/'
title: HymnsRepo
theme: lanyon
languageCode: en-US
canonifyurls: true
pluralizelisttitles: false
footnoteReturnLinkContents: "↩"
params:
siteurl: https://hymnsrepo.com/
tagline: A catholic hymn repository
description: A repository of hymns and songs used in catholic settings.
cachebuster: v0
github: https://github.com/hymnsrepo/hymnsrepo-site
taxonomies:
tag: tags
season: seasons
menu:
main:
- identifier: hymns
title: Hymn Index
pageref: /
weight: 1
- identifier: tags
title: Tags
pageref: /tags/
weight: 2
- identifier: advent
title: Advent
pageref: /seasons/advent
weight: 3
- identifier: christmas
title: Christmas
pageref: /seasons/christmas
weight: 4
- identifier: lent
title: Lent
pageref: /seasons/lent
weight: 5
- identifier: easter
title: Easter
pageref: /seasons/easter
weight: 6
- identifier: order-of-mass
title: The Order of Mass
pageref: /order-of-mass
weight: 7
- identifier: about
title: About
pageref: /about
weight: 8
disableKinds:
- RSS
sitemap:
changefreq: monthly
priority: 0.5
markup:
goldmark:
renderer:
hardWraps: true