-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathconfig.yml
269 lines (269 loc) · 7.29 KB
/
config.yml
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
baseURL: 'https://www.gnuradio.org/'
languageCode: en-us
title: "GNU Radio"
#theme: gnuradio-bootstrap
theme: hugo-universal-theme
description: GNU Radio Project
permalink: 'https://www.gnuradio.org/'
disablePathToLower: true
enableRobotsTXT: true
assetDir: assets/
summaryLength: 50 # for news summary
taxonomies:
tag: tags
category: categories
preserveTaxonomyNames: true
params:
# Notes
# assets should never have been used for images, they go in static, according to hugo docs- The assets directory contains global resources typically passed through an asset pipeline. This includes resources such as images, CSS, Sass, JavaScript, and TypeScript. See details.
# looks like we already included aliasesa in the blog/news posts, just make sure they work, so old blogs urls arent broke
copyright: '©2024 Radio project. All rights reserved.'
date_format: January 2, 2006
disabled_logo: false
logo_text: GNU Radio
logo: gnuradio_logo_glyphs_as_paths.svg
logo_small: gnuradio_logo_glyphs_as_paths.svg
recent_posts:
enable: true
title: Recent News
subtitle:
footer:
recent_posts:
enable: false
see_more:
enable: true
image: gr_web.svg
title: Learn how to use GNU Radio
subtitle:
link_url: https://wiki.gnuradio.org/index.php/Tutorials
link_text: Check out our tutorials
clients:
enable: false
# All clients are defined in their own files. You can find example items at 'exampleSite/data/clients'. For more information take a look at the README.
title: GNU Radio is Used By
subtitle: Email marc@gnuradio.org to have your organization included
CarouselCustomers: # used for clients section
items: 6 # per page
auto_play: true
slide_speed: 1000 # doesnt seem to change anything
pagination_speed: 1000 # animation time
navbarBgColorClass: navbar-dark bg-dark
secondarynavbarBgColorClass: navbar-dark bg-dark
twitter: gnuradio
carouselHomepage:
enable: true
auto_play: true
slide_speed: 1000 # doesnt seem to change anything
pagination_speed: 1000 # animation time
defaults:
imgurl: imgs/fosphor.jpg
thumbnail: imgs/gr_web.svg
outputs:
home:
- html
- amp
section:
- html
- rss
menu:
main:
- identifier: about
name: About
weight: 10
- identifier: about_gr
name: About GNU Radio
url: /about/
parent: about
weight: 10
- identifier: about_org
name: Leadership
url: /leadership/
parent: about
weight: 20
#
- identifier: articles
name: News
weight: 2
url: /news/
#
- identifier: docs
name: Documentation
weight: 40
- name: Installation
url: https://wiki.gnuradio.org/index.php/InstallingGR
weight: 10
parent: docs
- name: 📖 Tutorials
url: https://wiki.gnuradio.org/index.php/Tutorials
weight: 20
parent: docs
- name: Block Documentation
url: https://wiki.gnuradio.org/index.php?title=Category:Block_Docs
weight: 30
parent: docs
#
- identifier: events
name: Events
weight: 49
- identifier: events_grcon_24
name: GNU Radio Conference 2024
url: https://events.gnuradio.org/e/grcon24
parent: events
weight: 50
- identifier: events_grcon_23
name: GNU Radio Conference 2023
url: https://events.gnuradio.org/e/grcon23
parent: events
weight: 51
- identifier: events_grcon_22
name: GNU Radio Conference 2022
url: https://events.gnuradio.org/event/18/
parent: events
weight: 52
- identifier: events_grcon_21
name: GNU Radio Conference 2021
url: https://events.gnuradio.org/event/8/
parent: events
weight: 53
- identifier: events_grcon
name: Previous GNU Radio Conferences
url: https://wiki.gnuradio.org/index.php/GNURadioConference
parent: events
weight: 54
#
- identifier: community
name: Community
weight: 80
- identifier: contact
name: Get in Touch & Get Involved
url: /community/
weight: 10
parent: community
- identifier: source
name: Work on the Source Code
url: https://github.com/gnuradio/gnuradio
weight: 20
parent: community
- identifier: gsoc
name: "GSoC '24"
url: /gsoc/
weight: 90
parent: community
#
- identifier: donate
name: Donate
url: https://gift.idonate.com/seti/GNURadio
weight: 100
grcon/grcon17:
- identifier: grcon17
name: GRCon17
url: /grcon/grcon17
weight: 10
- identifier: presentations
name: Presentations
url: /grcon/grcon17/presentations
weight: 20
grcon/grcon18:
- identifier: grcon18
name: GRCon18
url: /grcon/grcon18
weight: 10
- identifier: presentations
name: Presentations
url: /grcon/grcon18/presentations
weight: 20
grcon/grcon19:
- identifier: grcon19
name: GRCon19
url: /grcon/grcon19
weight: 10
- identifier: about
name: About
url: /grcon/grcon19/about
weight: 20
- identifier: schedule
name: Schedule
url: https://openconf.org/GRCon19/modules/request.php?module=oc_program&action=program.php&p=program
weight: 25
- identifier: presentations
name: Presentations
url: /grcon/grcon19/presentations
weight: 30
- identifier: students
name: Students
url: /grcon/grcon19/students
weight: 40
- identifier: sponsors
name: Sponsors
url: /grcon/grcon19/sponsors
weight: 60
- identifier: coc
name: Code of Conduct
url: /grcon/grcon19/coc
weight: 70
grcon/grcon20:
- identifier: grcon20
name: GRCon20
url: /grcon/grcon20
weight: 10
- identifier: about
name: About
url: /grcon/grcon20/about
weight: 20
- identifier: schedule
name: Schedule
url: https://www.openconf.org/GRCon20/modules/request.php?module=oc_program&action=program.php&p=program
weight: 25
#- identifier: presentations
#name: Presentations
#url: /grcon/grcon20/presentations
#weight: 30
- identifier: workshops
name: Workshops
url: /grcon/grcon20/workshops
weight: 35
- identifier: expos
name: Expos
url: /grcon/grcon20/expos
weight: 40
- identifier: sponsors
name: Sponsors
url: /grcon/grcon20/sponsors
weight: 60
- identifier: coc
name: Code of Conduct
url: /grcon/grcon20/coc
weight: 70
grcon/grcon21:
- identifier: grcon21
name: GRCon21
url: /grcon/grcon21
weight: 10
- identifier: about
name: About
url: /grcon/grcon21/about
weight: 20
#- identifier: schedule
#name: Schedule
#url: https://pretalx.gnuradio.org/grcon20
#weight: 25
#- identifier: presentations
#name: Presentations
#url: /grcon/grcon20/presentations
#weight: 30
- identifier: submit
name: CfP
url: https://events.gnuradio.org/event/8/abstracts/
weight: 35
- identifier: students
name: Students
url: /grcon/grcon21/students
weight: 40
- identifier: sponsors
name: Sponsors
url: /grcon/grcon21/sponsors
weight: 60
- identifier: coc
name: Code of Conduct
url: /grcon/grcon21/coc
weight: 70