| 1 | # The URL the site will be built for |
| 2 | base_url = "https://forge-feed.org" |
| 3 | |
| 4 | # Whether to automatically compile all Sass files in the sass directory |
| 5 | compile_sass = false |
| 6 | |
| 7 | # Whether to build a search index to be used later on by a JavaScript library |
| 8 | build_search_index = false |
| 9 | |
| 10 | description = "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 |
| 15 | highlight_code = true |
| 16 | |
| 17 | [extra] |
| 18 | # Put all your custom variables here |