diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-26 15:35:23 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-26 15:35:23 -0500 |
commit | a696a12f2c001c5be3b26ed1c4e21d4f8331f987 (patch) | |
tree | 7a7787facd1f9971608aab32313df09988223d35 /pelicanconf.py | |
parent | 3cb4edbd55646f776e16ab9ce34473f2a748e689 (diff) | |
download | libretube-a696a12f2c001c5be3b26ed1c4e21d4f8331f987.tar.lz libretube-a696a12f2c001c5be3b26ed1c4e21d4f8331f987.tar.xz libretube-a696a12f2c001c5be3b26ed1c4e21d4f8331f987.zip |
remove NodeJS
Diffstat (limited to 'pelicanconf.py')
-rw-r--r-- | pelicanconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 4d2ee72..7af03ce 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -24,7 +24,7 @@ MARKDOWN = { PATH = 'content' PLUGIN_PATHS = ['plugins'] -PLUGINS = ['another_read_more_link', 'i18n_subsites', 'neighbors', 'pelican-css-js', 'sitemap', 'tag-cloud', 'tipue-search'] +PLUGINS = ['another_read_more_link', 'compressor', 'i18n_subsites', 'neighbors', 'pelican-css-js', 'sitemap', 'tag-cloud', 'tipue-search'] # PAGE_PATHS = ['pages'] # PAGE_URL = 'pages/{slug}/' # PAGE_SAVE_AS = 'pages/{slug}/index.html' |