mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 01:22:29 +00:00
Switch themes to minimo
This commit is contained in:
28
themes/minimo/exampleSite/content/docs/sidebar.md
Normal file
28
themes/minimo/exampleSite/content/docs/sidebar.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
date: 2018-02-07T19:15:00+06:00
|
||||
lastmod: 2018-03-29T05:20:00+06:00
|
||||
title: Sidebar
|
||||
authors: ["muniftanjim"]
|
||||
categories:
|
||||
- features
|
||||
tags:
|
||||
- config
|
||||
slug: sidebar
|
||||
menu: sidebar
|
||||
---
|
||||
|
||||
## Enabling Sidebar
|
||||
|
||||
For enabling Sidebar, use the following configuration options in your **`config.toml`** file:
|
||||
|
||||
```toml
|
||||
[params.sidebar]
|
||||
enable = true
|
||||
```
|
||||
|
||||
- `params.sidebar` [`Map`]:
|
||||
- `enable` [`Boolean`]: Switch for enabling sidebar
|
||||
|
||||
## Adding Widgets to Sidebar
|
||||
|
||||
For adding Widgets to the Sidebar, check the [Widgets documentation]({{< relref "/docs/widgets.md#available-widget-areas" >}}).
|
Reference in New Issue
Block a user