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
# Whether to automatically compile all Sass files in the sass directory
5
5
compile_sass = true
6
6
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
-
11
7
# Whether to build a search index to be used later on by a JavaScript library
12
8
build_search_index = false
13
9
14
-
generate_feed = true
15
-
feed_filename = "rss.xml"
10
+
generate_feeds = true
11
+
feed_filenames = ["rss.xml"]
16
12
17
13
title = "BitDevs LA"
18
14
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