-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
142 lines (138 loc) · 3.27 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
baseURL: 'https://jaxplays.org'
languageCode: 'en-us'
title: 'JaxPlays'
theme: 'jaxplays'
timezone: 'America/New_York'
permalinks:
news: "/:section/:year/:month/:day/:slug/"
reviews: "/:section/:year/:month/:day/:slug/"
editorials: "/:section/:year/:month/:day/:slug/"
people: "/:section/:filename/"
productions: "/:section/:filename/"
shows: "/:section/:filename/"
theatres: "/:section/:filename/"
venues: "/:section/:filename/"
productions/current: "/productions/current/:filename/"
productions/future: "/productions/future/:filename/"
productions/past: "/productions/past/:filename/"
params:
description: Your go-to source for all live theatre, plays and musicals in Jacksonville, Florida and all of Northeast Florida and Southeast Georgia.
tagline: Live Theatre in Northeast FL & Southeast GA
recent_posts_number: 6
recent_copy: Latest Reviews & Theatre News
mainSections:
- "reviews"
- "news"
- "editorials"
background_color_class: "bg-black"
light_text_color_class: "gray"
jaxplays_socials:
- name: facebook
url: https://www.facebook.com/jaxplaysorg
label: Facebook
- name: bluesky
label: Bluesky
url: https://bsky.app/profile/jaxplays.org
follow: true
- name: instagram
label: Instagram
url: https://instagram.com/jaxplaysorg
follow: true
- name: linkedin
label: LinkedIn
url: https://www.linkedin.com/company/jaxplaysorg
follow: true
- name: twitter
label: Twitter/X
follow: false
menu:
main:
- name: Home
pageRef: /
weight: 10
- name: About
pageRef: /about
weight: 20
- name: Financial Support
parent: About
pageRef: /about/financial-support
weight: 21
- name: Calendar
pageRef: /calendar
weight: 25
- name: People
pageRef: /people
weight: 30
- name: Productions
pageRef: /productions
weight: 40
- name: On Stage & Coming Soon
parent: Productions
pageRef: /productions/
weight: 41
- name: Future Productions
parent: Productions
pageRef: /productions/future/
weight: 42
- name: Past Productions
parent: Productions
pageRef: /productions/past/
weight: 43
- name: Theatres
pageRef: /theatres
weight: 50
- name: Venues
pageRef: /venues
weight: 60
- name: Submit
pageRef: /submit
weight: 70
- name: Submit your Profile
parent: Submit
pageRef: /submit/profile
weight: 71
- name: Submit your Production
parent: Submit
pageRef: /submit/production
weight: 72
- name: Submit your Theatre
parent: Submit
pageRef: /submit/theatre
weight: 73
- name: Donate
pageRef: /support
weight: 80
taxonomies:
category: categories
tag: tags
genre: genres
author: authors
outputFormats:
Calendar:
mediaType: application/json
baseName: calendar
isPlainText: true
notAlternative: true
Opening_Nights:
mediaType: application/json
baseName: opening_nights
isPlainText: true
notAlternative: true
Opening_Nights_Calendar:
mediaType: text/calendar
baseName: opening_nights_calendar
isPlainText: true
notAlternative: true
noUgly: true
outputs:
home:
- HTML
- RSS
- JSON
- Calendar
- Opening_Nights
- Opening_Nights_Calendar
section:
- HTML
- RSS
enableRobotsTXT: true