Skip to content

Commit 6ec5cce

Browse files
committed
build: fix for zola 0.19
i love when they introduce breaking changes and don't document it anywhere :)
1 parent 4155e0d commit 6ec5cce

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

config.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ base_url = "https://acm.umn.edu/"
22
build_search_index = false
33
compile_sass = true
44
generate_feeds = true
5-
feed_filename = "rss.xml"
6-
highlight_code = true
5+
feed_filenames = [ "rss.xml" ]
76
title = "ACM UMN"
87

98
# Enable if you want to check, but this is slow and dip doesn't send us back logs afaik.
@@ -13,6 +12,14 @@ taxonomies = [
1312
{name = "tags", rss = true}
1413
]
1514

15+
[markdown]
16+
highlight_code = true
17+
18+
[slugify]
19+
paths = "on"
20+
taxonomies = "on"
21+
anchors = "on"
22+
1623
[extra]
1724
nav_links = [
1825
{ url = "/room", text = "Room" },

content/old-events/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
slug = "_index"
2+
# slug = "_index"
33
template = "old-events.html"
44
sort_by = "date"
55
+++

0 commit comments

Comments
 (0)