diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-04-05 14:25:10 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-04-05 14:25:10 +0200 |
commit | 49f9dcc81719f03551e38842c75aac2b493770a8 (patch) | |
tree | 9a724c804f28e8f6f4f2241be1f4db1b0544d8d4 /config | |
parent | f8679941d83f7ab2cf1f49f9b33358db5ecdacae (diff) |
disable tag autocreation (to recreate, both enable and clear .ikiwiki subdir)
Diffstat (limited to 'config')
-rw-r--r-- | config/ikiwiki.setup.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index ebbf8fc..30e7c0e 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -44,6 +44,7 @@ multimarkdown: 1 #allowed_attachments: maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg))) allowed_attachments: (*.png or *.gif or *.jpg) tagbase: tag +tag_autocreate: 0 tag_autocreate_commit: 0 global_sidebars: [ "sidebar", "sidebar", "*", |