config.toml 491 B

12345678910111213141516
  1. # The URL the site will be built for
  2. base_url = "https://jessicatenbusch.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 = false
  7. [markdown]
  8. # Whether to do syntax highlighting
  9. # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
  10. highlight_code = false
  11. [extra]
  12. # Put all your custom variables here