-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
67 lines (53 loc) · 1.33 KB
/
config.toml
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
baseurl = "/"
theme = "casper-two"
languageCode = "en-US"
disqusShortname = ""
paginate = 12
#SectionPagesMenu = "main"
[params]
title = "Young Leader Training"
subtitle = "By Braid, Pentland & Belfast Scouts"
cover = "background.jpg"
description = "Modules to do at home"
metaDescription = "Online resources to support Young Leader Training. The content was put together by the Braid and Pentland YL Training Team, with support from Belfast County."
googleAnalytics = "UA-131397022-1"
customCSS = []
RSSLink = ""
twitterName = ""
fbName = ""
githubName = ""
logo = ""
orgName = "Website by Ryan Schuller"
orgWebsite = "https://ryanschuller.com"
orgDescription = ""
author = "YL Training Team"
authorAvatar = "scouts-logo.jpg"
authorLocation = ""
authorWebsite = ""
authorDescription = " "
pageNotFoundTitle = "404 - Page not found"
#casper or caspertwo
singleViewStyle = "casper"
[permalinks]
post = "/:slug"
tags = "/:slug"
[[menu.main]]
name = "Modules"
url = "/"
weight = 200
[[menu.main]]
name = "Missions"
url = "/missions"
weight = 150
#[[menu.main]]
# name = "Evidence"
# weight = 100
# url = "/evidence"
[[menu.main]]
name = "Top Awards"
url = "/awards"
weight = 50
[[menu.main]]
name = "More"
url = "/more"
weight = 25