-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
62 lines (62 loc) · 1.41 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
baseurl = "//peidevs.github.io/"
disqusShortname = ""
googleAnalytics = ""
languageCode = "en-us"
paginate = "10"
theme = "mainroad"
title = "PEI Developers"
[[menu.main]]
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
name = "Code of Conduct"
url = "/code/"
weight = 2
[[menu.main]]
name = "Meetup"
url = "https://www.meetup.com/pei-developers"
weight = 3
[[menu.main]]
name = "Twitter"
url = "https://www.twitter.com/peidevs"
weight = 4
[[menu.main]]
name = "Github"
url = "https://www.github.com/peidevs"
weight = 5
[[menu.side]]
name = "Extra Links"
url = "https://github.com/peidevs/Resources/blob/master/Links.md"
weight = 5
[[menu.side]]
name = "MeetUp Group"
url = "https://www.meetup.com/pei-developers/"
weight = 2
[[menu.side]]
name = "Request Slack Invite"
url = "https://docs.google.com/forms/d/1hNruzn7fb8Wu7BbuGVvgbeO0-HTNnDrcCJAQ24wZTBs/viewform"
weight = 1
[[menu.side]]
name = "Canada Learning Code"
url = "https://www.canadalearningcode.ca/chapters/charlottetown/"
weight = 4
[[menu.side]]
name = "Event History"
url = "https://github.com/peidevs/Event_Resources/blob/master/MeetUps_v2.csv"
weight = 3
[params]
authorbox = false
description = "Home of the PEI Developers Group."
leftsidebar = false
opengraph = false
post_navigation = true
subtitle = "est. 2012"
[params.widgets]
categories = true
important = true
recent_articles = true
recent_articles_num = "5"
search = false
tags = false
tags_counter = false