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.

23 lines
406B

  1. title = "My site"
  2. base_url = "https://replace-this-with-your-url.com"
  3. highlight_code = true
  4. compile_sass = true
  5. generate_rss = true
  6. theme = "sample"
  7. taxonomies = [
  8. {name = "categories", rss = true},
  9. ]
  10. extra_syntaxes = ["syntaxes"]
  11. ignored_content = ["*/ignored.md"]
  12. [link_checker]
  13. skip_anchor_prefixes = [
  14. "https://github.com/rust-lang/rust/blob/",
  15. ]
  16. [extra.author]
  17. name = "Vincent Prouillet"