diff options
author | sptaule <lecas83@gmail.com> | 2022-01-26 14:44:47 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-01-26 14:44:47 +0100 |
commit | e0977c983abff89ac3a9e37f616399dc0b6c61c7 (patch) | |
tree | 51aec127e129ad291063d745904bbe43d906a44d /config.toml | |
parent | ee4d6a01e16ac53fa3e48340a47455281d5f6bc0 (diff) | |
download | garagehq.deuxfleurs.fr-e0977c983abff89ac3a9e37f616399dc0b6c61c7.tar.gz garagehq.deuxfleurs.fr-e0977c983abff89ac3a9e37f616399dc0b6c61c7.zip |
Fix doc links & added noJS support for the doc
Diffstat (limited to 'config.toml')
-rwxr-xr-x | config.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 5992b61..3a90373 100755 --- a/config.toml +++ b/config.toml @@ -9,10 +9,10 @@ ignored_content = [] generate_feed = true feed_filename = "rss.xml" hard_link_static = false -taxonomies = [ - { name = "categories", feed = true, paginate_by = 10 }, - { name = "tags", feed = true, paginate_by = 10 } -] +# taxonomies = [ +# { name = "categories", feed = true, paginate_by = 10 }, +# { name = "tags", feed = true, paginate_by = 10 } +# ] build_search_index = true [markdown] |