config.toml 568 B

123456789101112131415161718
  1. # The URL the site will be built for
  2. # base_url = "https://jessicatenbusch.com"
  3. base_url = "https://jt.byron.games" # Temp url until we switch the domain
  4. # Whether to automatically compile all Sass files in the sass directory
  5. compile_sass = true
  6. # Whether to build a search index to be used later on by a JavaScript library
  7. build_search_index = false
  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