diff options
| author | 2021-02-06 10:46:03 -0500 | |
|---|---|---|
| committer | 2021-02-06 16:46:03 +0100 | |
| commit | a3f07d7d5eb711d047d7f59628eb72aea7743379 (patch) | |
| tree | 050ba99064d664a10b68904e2b734534be6159dc /docs/en/admins | |
| parent | 4a87f34bcff6afe28e33692e40dcbfb1f663f75a (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')
| -rw-r--r-- | docs/en/admins/01_Index.md | 1 | ||||
| -rw-r--r-- | docs/en/admins/11_Themes.md | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/en/admins/01_Index.md b/docs/en/admins/01_Index.md index 49cd247d5..6798dc768 100644 --- a/docs/en/admins/01_Index.md +++ b/docs/en/admins/01_Index.md @@ -9,6 +9,7 @@ Learn how to install, update, and backup FreshRSS, as well as how to use the com ## Tutorials and Examples * [Backing up FreshRSS](05_Backup.md) +* [Installing themes](11_Themes.md) * [Installation on Debian 9/Ubuntu 16.04](06_LinuxInstall.md) * [Updating on Debian 9/Ubuntu 16.04](07_LinuxUpdate.md) * [Setting Up Automatic Feed Updating](08_FeedUpdates.md) 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) |
