You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
324B

  1. base_url = "https://www.getzola.org/"
  2. title = "Zola"
  3. description = "Everything you need to make a static site engine in one binary."
  4. compile_sass = true
  5. highlight_code = true
  6. insert_anchor_links = true
  7. highlight_theme = "kronuz"
  8. build_search_index = true
  9. # check_external_links = true
  10. [extra]
  11. author = "Vincent Prouillet"