-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
56 lines (49 loc) · 1.22 KB
/
config.toml
File metadata and controls
56 lines (49 loc) · 1.22 KB
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
baseurl = "http://guides.samosborne.me/"
languageCode = "en-gb"
title = "Girlguiding Beeston and Chilwell"
publishdir = "public"
copyright = "© 2016 Girlguiding"
#Theme requirements
[author]
name = "Benoît Benedetti"
[params]
DateForm = "2 January, 2006"
Description = "Girlguiding Beeston and Chilwell Division is part of Girlguiding – the leading charity for girls and young women in the UK."
Author = "Sam Osborne"
email = "test@example.com"
# Ganalytics = "XX-00000000-0"
[taxonomies]
tag = "tags"
category = "categories"
[[params.social]]
title = "facebook"
url = "https://www.facebook.com/Beeston-and-Chilwell-Girl-Guiding-836013199868312/"
[[params.social]]
title = "twitter"
url = "https://twitter.com/ggbeeston"
[[menu.main]]
name = "home"
url = "/"
weight = 1
[[menu.main]]
name = "News"
url = "/news/"
weight = 2
[[menu.main]]
name = "Groups"
url = "/groups/"
weight = 3
[[menu.main]]
name = "Adults"
url = "/adults/"
weight = 4
[[menu.main]]
name = "Team"
url = "/team"
weight = 5
[[menu.main]]
name = "Venue"
url = "/venue/"
weight = 6
[blackfriday]
plainIDAnchors = true #Now true by default in Hugo 0.16. Will be removed when Travis uses this version (TBC)