You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
admonition: {} # Enabled for all admonition types EXCEPT note and admonition (which defaults to note)
79
155
80
156
plugins:
81
157
search: {}
82
-
autorefs: {}
83
-
literate-nav:
84
-
nav_file: SUMMARY.md
85
-
macros: {}
158
+
blog:
159
+
blog_dir: news
160
+
post_url_format: "{categories}/{slug}"
161
+
post_url_max_categories: 1
162
+
categories_url_format: "{slug}"
163
+
categories_allowed:
164
+
- Buzz
165
+
- Events
166
+
- Resources
167
+
autorefs:
168
+
resolve_closest: true # autorefs warns of the Usage headings begin duplicates without this - we will have to assign unique ids to all of them otherwise
169
+
macros:
170
+
module_name: macros
171
+
include_yaml:
172
+
- team: en/news/.authors.yml
173
+
174
+
meta: {}
175
+
rss:
176
+
feed_title: "BeeWare: The Buzz"
177
+
feed_description: News and events for the BeeWare project.
178
+
match_path: "news/posts/.*"
179
+
use_git: false # Forces it to read the dates from the frontmatter.
180
+
date_from_meta:
181
+
as_creation: "date"
182
+
datetime_format: "%Y-%m-%d"
183
+
categories:
184
+
- categories
185
+
feeds_filenames:
186
+
rss_created: news/buzz/atom.xml
187
+
# image: images/brutus.png # Update to a Brutus URL
0 commit comments