[conf] disable pelican-toc

This commit is contained in:
masq 2025-08-17 18:38:47 +02:00
parent 077d1f21c3
commit 3e3ffdceff
Signed by: masq
GPG Key ID: 35A0D64DDE13B10F

View File

@ -42,7 +42,6 @@ THEME = "./theme"
THEME_STATIC_PATHS = ['static']
PLUGIN_PATHS = ['pelican-plugins', 'pelican-custom-plugins']
PLUGINS = ['readtime','neighbors'
,'pelican-toc'
, 'jsonresume'
, 'i18n_subsites'
]