config.toml 507 B

12345678910111213141516171819
  1. # The URL the site will be built for
  2. base_url = "https://forgefed.org"
  3. # Whether to automatically compile all Sass files in the sass directory
  4. compile_sass = false
  5. # Whether to build a search index to be used later on by a JavaScript library
  6. build_search_index = false
  7. generate_feed = true
  8. [markdown]
  9. # Whether to do syntax highlighting
  10. # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
  11. highlight_code = false
  12. [extra]
  13. # Put all your custom variables here