TOMLconfig.toml
-rw-r--r-- 528 B
1# The URL the site will be built for
2base_url = "https://forge-feed.org"
3
4# Whether to automatically compile all Sass files in the sass directory
5compile_sass = true
6
7# Whether to build a search index to be used later on by a JavaScript library
8build_search_index = false
9
10description = "ForgeFeed Specifications"
11
12[markdown]
13# Whether to do syntax highlighting
14# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
15highlight_code = true
16
17[extra]
18# Put all your custom variables here