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.

27 lines
455B

  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_prefixes = [
  14. "http://[2001:db8::]/",
  15. ]
  16. skip_anchor_prefixes = [
  17. "https://github.com/rust-lang/rust/blob/",
  18. ]
  19. [extra.author]
  20. name = "Vincent Prouillet"