4b43b75d22
* Allow ignored_content to support markdown files * Add test for markdown supported ignored_content
18 lines
316 B
TOML
18 lines
316 B
TOML
title = "My site"
|
|
base_url = "https://replace-this-with-your-url.com"
|
|
highlight_code = true
|
|
compile_sass = true
|
|
generate_rss = true
|
|
theme = "sample"
|
|
|
|
taxonomies = [
|
|
{name = "categories", rss = true},
|
|
]
|
|
|
|
extra_syntaxes = ["syntaxes"]
|
|
|
|
ignored_content = ["*/ignored.md"]
|
|
|
|
[extra.author]
|
|
name = "Vincent Prouillet"
|