A cookiecutter template for developing themes for FlaskBB.
Generated themes extend FlaskBB's default Aurora theme: they override its
color palette and Bootstrap variables, reuse its SCSS partials, JavaScript and
fonts, and are built with Aurora's installed webpack toolchain. A theme
therefore has to be generated into (or moved to) flaskbb/themes/, next to
aurora/.
Either use FlaskBB's Command Line interface to generate one
flaskbb themes new
or you can also directly generate it via cookiecutter
cookiecutter gh:sh4nks/cookiecutter-flaskbb-theme -o path/to/flaskbb/themes
This project is licensed under the terms of the BSD License