Skip to content

Commit 4dd6fee

Browse files
committed
fix zola config
1 parent f9c19c5 commit 4dd6fee

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

config.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@ base_url = "https://bitdevsla.org"
44
# Whether to automatically compile all Sass files in the sass directory
55
compile_sass = true
66

7-
# Whether to do syntax highlighting
8-
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
9-
highlight_code = true
10-
117
# Whether to build a search index to be used later on by a JavaScript library
128
build_search_index = false
139

14-
generate_feed = true
15-
feed_filename = "rss.xml"
10+
generate_feeds = true
11+
feed_filenames = ["rss.xml"]
1612

1713
title = "BitDevs LA"
1814
description = "BitDevs LA is a community in the Los Angeles area for those interested in discussing and participating in the research and development of Bitcoin and related protocols."

0 commit comments

Comments
 (0)