import os PLUGINS = [ 'flamingo.plugins.Redirects', 'flamingo.plugins.rstBootstrap3', 'flamingo.plugins.rstFile', 'flamingo.plugins.rstPygments', 'plugins/title.py::Title', 'plugins/git.py::Git', 'plugins/raw.py::Raw', 'plugins/rst_ffbs_box.py::rstFfbsBox', ] # 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"] POST_BUILD_LAYERS = [ 'static', ] THEME_PATHS = [ 'theme/', ]