File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ base_url = "https://acm.umn.edu/"
2
2
build_search_index = false
3
3
compile_sass = true
4
4
generate_feeds = true
5
- feed_filename = " rss.xml"
6
- highlight_code = true
5
+ feed_filenames = [ " rss.xml" ]
7
6
title = " ACM UMN"
8
7
9
8
# Enable if you want to check, but this is slow and dip doesn't send us back logs afaik.
@@ -13,6 +12,14 @@ taxonomies = [
13
12
{name = " tags" , rss = true }
14
13
]
15
14
15
+ [markdown ]
16
+ highlight_code = true
17
+
18
+ [slugify ]
19
+ paths = " on"
20
+ taxonomies = " on"
21
+ anchors = " on"
22
+
16
23
[extra ]
17
24
nav_links = [
18
25
{ url = " /room" , text = " Room" },
Original file line number Diff line number Diff line change 1
1
+++
2
- slug = " _index"
2
+ # slug = "_index"
3
3
template = " old-events.html"
4
4
sort_by = " date"
5
5
+++
You can’t perform that action at this time.
0 commit comments