This repository has been archived by the owner on Apr 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
110 lines (110 loc) · 3.16 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
101
102
103
104
105
106
107
108
109
110
baseURL = "https://www.metamesh.org"
canonifyURLs = true
disableLanguages = ["fr"]
metaDataFormat = "yaml"
paginate = "6"
summaryLength = "15"
theme = "hugo-theme-meshna"
title = "Meta Mesh Wireless Communities"
[Languages.en]
contentDir = "content/english"
copyright = "Copyright © 2020 Meta Mesh Wireless Communities."
home = "Home"
languageCode = "en-us"
languageName = "En"
weight = 1
[Languages.fr]
contentDir = "content/french"
copyright = "copyright © 2020 Meta Mesh Wireless Communities, tous droits réservés"
home = "Accueil"
languageCode = "fr-fr"
languageName = "Fr"
weight = 2
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.extensions]
definitionList = true
footnote = false
linkify = true
strikethrough = false
table = true
taskList = false
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[[menu.main]]
URL = "/blog"
name = "Blog"
weight = 6
[[menu.main]]
URL = "/projects"
name = "Projects"
weight = 5
[[menu.main]]
URL = "/more"
name = "Learn More"
weight = 4
[[menu.main]]
URL = "/press"
name = "Press"
weight = 3
[[menu.main]]
URL = "/works"
name = "Our Work"
weight = 2
[[menu.main]]
URL = "/about"
name = "About"
weight = 1
[[menu.main]]
URL = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FBF55JXH8Y5PQ&source=url"
name = "Donate"
weight = "9"
[params]
author = "Meta Mesh Wireless Communities"
contact_form = true
contactform = true
debugMode = false
description = "Bridging the digital divide as Pittsburgh's community wireless network builder"
fontawesome_kit_id = "c4fa996494"
google_analytics_id = "UA-35167230-1"
logo = "images/logo.png"
post_share = true
[[params.plugins.css]]
link = "https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&family=Quattrocento+Sans:wght@400;700&display=swap"
[[params.plugins.css]]
link = "https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css"
[[params.plugins.css]]
link = "https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css"
[[params.plugins.css]]
link = "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css"
[[params.plugins.js]]
link = "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"
[[params.plugins.js]]
link = "https://cdnjs.cloudflare.com/ajax/libs/lozad.js/1.15.0/lozad.min.js"
[[params.plugins.js]]
link = "https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"
[[params.plugins.js]]
link = "https://cdnjs.cloudflare.com/ajax/libs/Shuffle/5.2.3/shuffle.min.js"
[[params.plugins.js]]
link = "https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"
[[params.plugins.js]]
link = "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js"
[[params.social]]
icon = "fa-facebook-f"
link = "https://www.facebook.com/MetaMesh/"
[[params.social]]
icon = "fa-twitter"
link = "http://www.twitter.com/metameshwc"
[[params.social]]
icon = "fa-youtube"
link = "https://www.youtube.com/metameshwc"
[[params.social]]
icon = "fa-linkedin"
link = "https://www.linkedin.com/company/meta-mesh-llc"