import os PLUGINS = [ 'flamingo.plugins.Redirects', 'flamingo.plugins.Layers', 'flamingo.plugins.rstBootstrap3', 'flamingo.plugins.rstFile', 'flamingo.plugins.rstPygments', 'plugins/title.py::Title', 'plugins/git.py::Git', 'plugins/raw.py::Raw', ] # remove flamingo core HTML plugin. # we can now use our own "Raw" DEFAULT_PLUGINS = [x for x in DEFAULT_PLUGINS if x != "flamingo.plugins.HTML"] LAYERS = [ 'static', ]