From 3e3ffdceff4a08ea83f7b7cffb8a89c3553c124d Mon Sep 17 00:00:00 2001 From: masq Date: Sun, 17 Aug 2025 18:38:47 +0200 Subject: [PATCH] [conf] disable pelican-toc --- pelicanconf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 4bd71a3..a2b6359 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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' ]