diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.toml b/config.toml index 0272506..e9c035d 100644 --- a/config.toml +++ b/config.toml @@ -9,14 +9,12 @@ compile_sass = false # Whether to build a search index to be used later on by a JavaScript library build_search_index = false -# When set to "true", the generated HTML files are minified. minify_html = false taxonomies = [ { name = "tags", feed = true}, ] - [markdown] external_links_class = "external_link" |