diff --git a/pelicanconf.py b/pelicanconf.py index 43fec96..3da0675 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -80,8 +80,8 @@ PLUGIN_PATHS = ["plugins/official", "plugins/thirdparty"] PLUGINS = [i18n(), "md-metayaml", "render_math", "series", "subcategory", "tag_cloud", "tipue_search", "pelican-css"] #PLUGINS = ["better_tables", "just_table"] -YUICOMPRESSOR_EXECUTABLE = "yui-compressor" -PLUGINS += ["yuicompressor"] +#YUICOMPRESSOR_EXECUTABLE = "yui-compressor" +#PLUGINS += ["yuicompressor"] DIRECT_TEMPLATES = ('index', 'categories', 'authors', 'archives', 'search')