diff options
| author | 2026-05-01 09:44:14 +0200 | |
|---|---|---|
| committer | 2026-05-01 10:02:09 +0200 | |
| commit | d2351ede6147fc6e4bb3957bfdfc3cac1fbfa581 (patch) | |
| tree | c0e220a1beec9b574804f9878c50abe2aff8d29b /config.toml | |
| parent | a3d0c12c820f15e6dab56b94a748bd0c5252be56 (diff) | |
test
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" |