aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Theming.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2017-08-05 11:56:24 +0200
committerVirtualTam <virtualtam@flibidi.net>2017-08-05 11:56:24 +0200
commit43ad7c8e825057747ccf02049050b323878952a7 (patch)
tree3160fd640c42f41a38d6c1df2cd4e020f87942ae /doc/md/Theming.md
parentb4ff0afb24db6e4cb3543bbd71f01bbb0716b144 (diff)
downloadShaarli-43ad7c8e825057747ccf02049050b323878952a7.tar.gz
Shaarli-43ad7c8e825057747ccf02049050b323878952a7.tar.zst
Shaarli-43ad7c8e825057747ccf02049050b323878952a7.zip
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 <virtualtam@flibidi.net>
Diffstat (limited to 'doc/md/Theming.md')
-rw-r--r--doc/md/Theming.md5
1 files changed, 4 insertions, 1 deletions
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:
8## Custom CSS 8## Custom CSS
9 9
10Shaarli's appearance can be modified by adding CSS rules to: 10Shaarli's appearance can be modified by adding CSS rules to:
11
11- Shaarli < `v0.9.0`: `inc/user.css` 12- Shaarli < `v0.9.0`: `inc/user.css`
12- Shaarli >= `v0.9.0`: `data/user.css` 13- Shaarli >= `v0.9.0`: `data/user.css`
13 14
@@ -22,6 +23,7 @@ See also [Download CSS styles from an OPML list](Download CSS styles from an OPM
22_WARNING - This feature is currently being worked on and will be improved in the next releases. Experimental._ 23_WARNING - This feature is currently being worked on and will be improved in the next releases. Experimental._
23 24
24Installation: 25Installation:
26
25- find a theme you'd like to install 27- find a theme you'd like to install
26- copy or clone the theme folder under `tpl/<a_sweet_theme>` 28- copy or clone the theme folder under `tpl/<a_sweet_theme>`
27- enable the theme: 29- enable the theme:
@@ -54,6 +56,7 @@ Installation:
54## Example installation: AlbinoMouse theme 56## Example installation: AlbinoMouse theme
55 57
56With the following configuration: 58With the following configuration:
59
57- Apache 2 / PHP 5.6 60- Apache 2 / PHP 5.6
58- user sites are enabled, e.g. `/home/user/public_html/somedir` is served as `http://localhost/~user/somedir` 61- user sites are enabled, e.g. `/home/user/public_html/somedir` is served as `http://localhost/~user/somedir`
59- `http` is the name of the Apache user 62- `http` is the name of the Apache user
@@ -77,7 +80,7 @@ Get config written:
77- fill the install form 80- fill the install form
78- log in to Shaarli 81- log in to Shaarli
79 82
80Edit Shaarli's [configuration|Shaarli configuration](configuration|Shaarli configuration): 83Edit Shaarli's [configuration](Shaarli-configuration):
81```bash 84```bash
82# the file should be owned by Apache, thus not writeable => sudo 85# the file should be owned by Apache, thus not writeable => sudo
83$ sudo sed -i s=tpl=tpl/albinomouse-template=g shaarli/data/config.php 86$ sudo sed -i s=tpl=tpl/albinomouse-template=g shaarli/data/config.php