aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins/11_Themes.md
diff options
context:
space:
mode:
authorGravatar Lukas Vacula <65482502+ldv8434@users.noreply.github.com> 2021-02-06 10:46:03 -0500
committerGravatar GitHub <noreply@github.com> 2021-02-06 16:46:03 +0100
commita3f07d7d5eb711d047d7f59628eb72aea7743379 (patch)
tree050ba99064d664a10b68904e2b734534be6159dc /docs/en/admins/11_Themes.md
parent4a87f34bcff6afe28e33692e40dcbfb1f663f75a (diff)
Theme Documentation (#3415)
* adding self CREDITS.md * add "theme" to link for easier navigation * add documentation about themes and the files that go in them * add admin documentation for themes * fix markdown styling * fix CSSJanus usage
Diffstat (limited to 'docs/en/admins/11_Themes.md')
-rw-r--r--docs/en/admins/11_Themes.md17
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)