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.

28 lines
476B

  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. slugify_paths = true
  8. taxonomies = [
  9. {name = "categories", rss = true},
  10. ]
  11. extra_syntaxes = ["syntaxes"]
  12. ignored_content = ["*/ignored.md"]
  13. [link_checker]
  14. skip_prefixes = [
  15. "http://[2001:db8::]/",
  16. ]
  17. skip_anchor_prefixes = [
  18. "https://github.com/rust-lang/rust/blob/",
  19. ]
  20. [extra.author]
  21. name = "Vincent Prouillet"