mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 05:14:34 -04:00
* 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
623 B
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.