summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorlsof <lsof@mailbox.org>2026-05-01 09:44:14 +0200
committerlsof <lsof@mailbox.org>2026-05-01 10:02:09 +0200
commitd2351ede6147fc6e4bb3957bfdfc3cac1fbfa581 (patch)
treec0e220a1beec9b574804f9878c50abe2aff8d29b /config.toml
parenta3d0c12c820f15e6dab56b94a748bd0c5252be56 (diff)
test
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
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"