-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhugo.yaml
More file actions
127 lines (117 loc) · 3.08 KB
/
hugo.yaml
File metadata and controls
127 lines (117 loc) · 3.08 KB
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
baseURL: https://shrewsburyrobotics.org/
languageCode: en-us
title: Shrewsbury Robotics
theme: ["beautifulhugo"]
disableKinds: ["taxonomy", "sitemap"]
outputs:
home:
- html
- rss
section:
- html
markup:
goldmark:
renderer:
unsafe: true # Allow HTML in md files - primarily for <BR> in tables
renderHooks:
image:
enableDefault: true # Allow locally referenced images to appear in blog post summaries
params:
homeTitle: "Shrewsbury Robotics"
selfHosted: true
favicon: false
rss: true
mainSections: ["posts"]
bigimg:
- src: "images/wheelPodThroughTheYears.jpg"
- src: "images/2026-team-photo.png"
- src: "images/2025-wne-impact-award.jpg"
- src: "images/2025-dcmp-spirit.jpg"
- src: "images/2026-judges-award-photo.png"
author:
website: "https://www.shrewsburyrobotics.org"
email: info@shrewsburyrobotics.org
slack: https://shrewsburyrobotics.slack.com
github: orgs/team467
facebook: https://www.facebook.com/shrewsburyrobotics
instagram: https://www.instagram.com/shrewsburyrobotics467/
youtube: https://www.youtube.com/@ShrewsburyRoboticsMedia/videos
flickr: https://www.flickr.com/photos/shrewsburyrobotics/albums
menus:
main:
- name: LEGO Programs
weight: 10
- name: About FIRST LEGO League
pageRef: /programs/fll/about-fll
weight: 10
parent: LEGO Programs
- name: Fall Program
pageRef: /programs/fll/fll-fall-program
weight: 20
parent: LEGO Programs
- name: Summer Program
pageRef: /programs/fll/fll-summer-program
weight: 30
parent: LEGO Programs
- name: FIRST Robotics Competition
weight: 20
- name: About FIRST Robotics Competition
pageRef: /programs/frc/about-frc
parent: FIRST Robotics Competition
weight: 10
- name: "Competition Seasons"
pageRef: /programs/frc/competition-seasons
parent: FIRST Robotics Competition
weight: 20
- name: Resources
weight: 30
- name: Calendar
pageRef: /resources/calendar
parent: Resources
weight: 10
- name: Team Meals
pageRef: /resources/team-meals
parent: Resources
weight: 20
- name: Handbook
pageRef: resources/handbook
parent: Resources
weight: 30
- name: Sponsors
pageRef: /resources/sponsors
parent: Resources
weight: 40
- name: Merchandise
pageRef: /resources/merchandise
parent: Resources
weight: 50
- name: Links
pageRef: /resources/useful-links
parent: Resources
weight: 60
- name: Events
weight: 40
- name: Annual Apple Pie Bake
pageRef: /events/annual-pie-bake
parent: Events
weight: 10
- name: G.I.R.L.S Day
pageRef: /events/girls-day
parent: Events
weight: 20
- name: Mindstorm Mayhem
pageRef: /events/mindstorm-mayhem
parent: Events
weight: 30
- name: Spirit of Shrewsbury
pageRef: /events/spirit-of-shrewsbury
parent: Events
weight: 40
- name: Open House
pageRef: /events/open-house
parent: Events
weight: 50
- name: Elementary School Presentations
pageRef: /events/elementary-school-presentations
parent: Events
weight: 60