Custom CSS/JS
Conreq can store and serve any custom files located within your data directory's "static" folder.
In order to use this to serve custom CSS or JavaScript...
- Put a CSS/JS file into
DATA_DIR/static/
- Restart Conreq
- Set your Conreq "Custom CSS/JS" to link to the new content, such as
/static/my_style.css
- Done!