diff options
Diffstat (limited to 'docs/en/admins/11_Themes.md')
| -rw-r--r-- | docs/en/admins/11_Themes.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/en/admins/11_Themes.md b/docs/en/admins/11_Themes.md new file mode 100644 index 000000000..cac3c5890 --- /dev/null +++ b/docs/en/admins/11_Themes.md @@ -0,0 +1,17 @@ +# 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](https://github.com/FreshRSS/Extensions) 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.](/docs/en/developers/04_Frontend/02_Design) |
