Files
FreshRSS/docs/en/admins/11_Themes.md
Alexandre Alapetite acbba9adb2 Improved markdownlint (#3918)
* Improved markdownlint
* Relaxed rules slighlty
* `npm run markdownlint` for automatic tests
* `npm run markdownlint_fix` for automatic syntax fixing
* Applied the fixes on all our Markdown files
2021-10-23 13:43:24 +02:00

623 B

Theming

Note: Currently personal themes are not officially supported and may be overwritten when updating. Be sure to keep backups!

For small theme changes, the official CustomCSS extension is recommended.

Themes should be installed at FreshRSS/p/themes/theme-name. Docker users can use:

-v /home/you/my-theme/:/var/www/FreshRSS/p/themes/my-theme/

or a similar method to add their theme to their FreshRSS instance.

Creating themes

Information on creating themes can be found in the developer documentation.