From 43ad7c8e825057747ccf02049050b323878952a7 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Sat, 5 Aug 2017 11:56:24 +0200 Subject: documentation: fix rendering and internal references This is mainly cleanup after switching from Github-flavoured Markdown rendered by Github Pages, to standard Markdown rendered by MkDocs. Changed: - rephrase some section titles Fixed: - list rendering (items, sub-items)) - code rendering - quotes - dead links Removed: - extraneous navigational elements Signed-off-by: VirtualTam --- doc/md/Theming.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/md/Theming.md') diff --git a/doc/md/Theming.md b/doc/md/Theming.md index d72c2ffd..61a100d1 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` @@ -22,6 +23,7 @@ See also [Download CSS styles from an OPML list](Download CSS styles from an OPM _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 +56,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 +80,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 -- cgit v1.2.3 From 7f876cf62babd0c1512f9004f4bcad2dcb551b5b Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Sat, 5 Aug 2017 12:08:09 +0200 Subject: documentation: update release download and usage information Signed-off-by: VirtualTam --- doc/md/Theming.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/md/Theming.md') diff --git a/doc/md/Theming.md b/doc/md/Theming.md index 61a100d1..bd400776 100644 --- a/doc/md/Theming.md +++ b/doc/md/Theming.md @@ -20,8 +20,6 @@ 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 -- cgit v1.2.3