config.toml 498 B

12345678910111213141516
  1. # The URL the site will be built for
  2. base_url = "https://example.com"
  3. # Whether to automatically compile all Sass files in the sass directory
  4. compile_sass = true
  5. # Whether to build a search index to be used later on by a JavaScript library
  6. build_search_index = true
  7. theme = "anemone"
  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 = true
  12. [extra]
  13. # Put all your custom variables here