X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fmd%2FTheming.md;h=bd400776f42acd04699e4c3b1a9730e53186a27c;hb=42884868a35e798da1fcb51226043d571ffa7ddf;hp=d72c2ffd52dae969adcd71564814fa84b0cd01d2;hpb=0433c688b9be6097b85a8fec31b3dacd0ab81677;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/md/Theming.md b/doc/md/Theming.md index d72c2ffd..bd400776 100644 --- a/doc/md/Theming.md +++ b/doc/md/Theming.md @@ -8,6 +8,7 @@ There are two ways of customizing how Shaarli looks: ## Custom CSS Shaarli's appearance can be modified by adding CSS rules to: + - Shaarli < `v0.9.0`: `inc/user.css` - Shaarli >= `v0.9.0`: `data/user.css` @@ -19,9 +20,8 @@ See also [Download CSS styles from an OPML list](Download CSS styles from an OPM ## Themes -_WARNING - This feature is currently being worked on and will be improved in the next releases. Experimental._ - Installation: + - find a theme you'd like to install - copy or clone the theme folder under `tpl/` - enable the theme: @@ -54,6 +54,7 @@ Installation: ## Example installation: AlbinoMouse theme With the following configuration: + - Apache 2 / PHP 5.6 - user sites are enabled, e.g. `/home/user/public_html/somedir` is served as `http://localhost/~user/somedir` - `http` is the name of the Apache user @@ -77,7 +78,7 @@ Get config written: - fill the install form - log in to Shaarli -Edit Shaarli's [configuration|Shaarli configuration](configuration|Shaarli configuration): +Edit Shaarli's [configuration](Shaarli-configuration): ```bash # the file should be owned by Apache, thus not writeable => sudo $ sudo sed -i s=tpl=tpl/albinomouse-template=g shaarli/data/config.php