Skip to content

Commit

Permalink
Add section for Sidebar description
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshba authored and bep committed Aug 30, 2019
1 parent 6190b66 commit 62d338f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 62d338f

Please sign in to comment.