forked from phillycommunitywireless/phillycommunitywireless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
123 lines (122 loc) · 3.03 KB
/
config.yaml
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
111
112
113
114
115
116
117
118
119
120
121
122
123
---
baseURL: https://phillycommunitywireless.org
languageCode: en-us
defaultContentLanguage: en
title: Philly Community Wireless
author: Philly Community Wireless
theme: pcw-hugo-theme
enableRobotsTXT: true
languages:
en:
languageName: English
contentDir: content/en
menu:
main:
- name: Connect
url: "/getconnected"
weight: "1"
- name: Volunteer
url: "/volunteer"
weight: "2"
- name: Map
url: "/networkmap"
weight: "3"
- name: About
url: "/about"
weight: "4"
- name: People
url: "/people"
weight: "5"
- name: Funders
url: "/funders"
weight: "6"
- name: FAQ
url: "/faq"
weight: "7"
- name: Donate
url: https://phillycommunitywireless.allyrafundraising.com/
params:
external: true
weight: "8"
- name: Docs
url: https://docs.phillycommunitywireless.org/en/latest/
params:
external: true
weight: "9"
footer:
- name: Code of Conduct
url: "/code-of-conduct"
weight: "1"
- name: Terms of Service
url: "/termsofservice"
weight: "2"
weight: "1"
es:
languageName: Español
contentDir: content/es
menu:
main:
- name: Conéctate
url: "/getconnected"
weight: "1"
- name: Voluntario
url: "/volunteer"
weight: "2"
- name: Navegacion
url: "/networkmap"
weight: "3"
- name: Acerca
url: "/about"
weight: "4"
- name: Equipo
url: "/people"
weight: "5"
- name: Fundadores
url: "/funders"
weight: "6"
- name: FAQ
url: "/faq"
weight: "7"
- name: Donate
url: https://phillycommunitywireless.allyrafundraising.com/
params:
external: true
weight: "8"
- name: Docs
url: https://docs.phillycommunitywireless.org/es/latest/
params:
external: true
weight: "9"
footer:
- name: Código de conducta
url: "/code-of-conduct"
weight: "1"
weight: "2"
params:
site_logo: "/images/WebLogo_Standard2.svg"
site_logo_inverted: "/images/WebLogo_Inverted2.svg"
attribution:
name: Addie Barron
link: https://addieis.online
featured_image:
src: "/images/hero3.jpg"
alt:
A photo of an antenna installed on a rooftop, pointing at a receiver tower
in the distance.
featured_text:
header: "/images/WebLogo_Standard.svg"
subtitle: Building community-controlled networks in Philadelphia
link: Learn more →
background_color_class: bg-near-white black-60
body_classes: calibre black
custom_css:
- colors.css
- custom.css
- focus-indicators.css
- fonts.css
markup:
tableOfContents:
startLevel: 0
goldmark:
renderer:
unsafe: true