diff options
Diffstat (limited to 'pelican-bootstrap3/README.md')
-rw-r--r-- | pelican-bootstrap3/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pelican-bootstrap3/README.md b/pelican-bootstrap3/README.md index c9ba3b6..02a130a 100644 --- a/pelican-bootstrap3/README.md +++ b/pelican-bootstrap3/README.md @@ -252,7 +252,11 @@ icon to show. You can provide an alternative icon string as the third string (as * **Recent Posts** will be shown if `DISPLAY_RECENT_POSTS_ON_SIDEBAR` is set to _True_ * Use `RECENT_POST_COUNT` to control the amount of recent posts. Defaults to **5** -To remove the sidebar entirely, set `HIDE_SIDEBAR` to _True_. +Other sidebar related options include: + +* To remove the sidebar entirely, set `HIDE_SIDEBAR` to _True_. +* To move the sidebar to the left, set `SIDEBAR_ON_LEFT` to _True_. +* To turn off inlined icons in the titles set `DISABLE_SIDEBAR_TITLE_ICONS` to ### reStructuredText styles |