forked from chrisguindon/eclipsefdn-hugo-staff-training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
100 lines (85 loc) · 2.23 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
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
baseurl = "https://chrisguindon-staff-training.netlify.com"
DefaultContentLanguage = "en"
title = "eclipsefdn-hugo-staff-training"
theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml"
googleAnalytics = "UA-910670-30"
disableKinds = []
themesDir = "node_modules/"
enableRobotsTXT = true
[Params]
google_tag_manager = "GTM-5WLCZXC"
description = "Demo website for my Contributing Website Content training session to EclipseFdn staff."
seo_title_suffix = " | The Eclipse Foundation"
keywords = ["testing", "eclipsefdn"]
# logo = "images/default/logo.png"
styles = "css/styles.css"
# favicon = "images/default/favicon.ico"
# share_img = "images/default/logo.png"
gcse = "011805775785170369411:p3ec0igo0qq"
js = "js/solstice.js"
[taxonomies]
category = "categories"
tag = "tags"
membership_level = "membership_levels"
participation_level = "participation_levels"
[Author]
name = "Christopher Guindon"
website = "https://www.eclipse.org"
email = "[email protected]"
facebook = "eclipse.org"
twitter = "EclipseFdn"
youtube = "EclipseFdn"
googleplus = "+Eclipse"
linkedin = "company/eclipse-foundation/"
[permalinks]
news = "/:sections/:year/:month/:day/:slug/"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
[[menu.main]]
name = "Members"
url = "/membership"
weight = "1"
[[menu.main]]
name = "Explore our Members"
url = "/membership"
weight = "1"
parent = "Members"
[[menu.main]]
name = "Become a Member"
url = "/membership/become-member"
weight = "1"
parent = "Members"
[[menu.main]]
name = "Meetings"
url = "/meetings"
weight = "2"
[[menu.main]]
name = "Steering Committee"
url = "/about/steering-committee"
weight = "3"
[[menu.main]]
name = "About"
url = "/about"
weight = "4"
[[menu.main]]
name = "About Us"
url = "/about"
weight = "1"
parent = "About"
[[menu.main]]
name = "Charter"
url = "/about/charter"
weight = "2"
parent = "About"
[[menu.main]]
name = "Announcements"
url = "/categories/announcements"
weight = "3"
parent = "About"
[[menu.main]]
name = "Community News"
url = "/categories/community-news"
weight = "4"
parent = "About"