Add section for Sidebar description

This commit is contained in:
Dinesh 2019-08-31 00:28:38 +05:30 committed by Bjørn Erik Pedersen
parent 8e4f7f25a5
commit e8b222c162
1 changed files with 20 additions and 0 deletions

View File

@ -11,6 +11,7 @@ It pairs a prominent sidebar with uncomplicated content.
- [Installation](#installation)
- [Options](#options)
- [Sidebar menu](#sidebar-menu)
- [Sidebar description](#sidebar-description)
- [Sticky sidebar content](#sticky-sidebar-content)
- [Themes](#themes)
- [Reverse layout](#reverse-layout)
@ -77,6 +78,25 @@ Menus:
URL: "https://www.linkedin.com/in/username/"
```
### Sidebar description
Customise the describe of your page using `description`, like so:
**TOML**
```toml
theme = "hyde"
[params]
description = "Your custom description"
```
**YAML**
```yaml
theme: "hyde"
params:
description = "Your custom description"
```
### Sticky sidebar content