From e76a6f7d4c4c92ab2cf790a64aaa4fc50ad6105c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Mar 2022 10:01:22 +0300 Subject: README: update --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5278553..c419c89 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ settings: github: link: GitHub icon: globe + sidebar: + hide: false # If you want to enable Google Analytics, optional: ga_tag: X-XXXXXXXXXX ``` @@ -67,6 +69,7 @@ Features * [Layouts](#layouts) * [Navbar](#navbar) +* [Sidebar](#sidebar) * [Feed](#feed) * [Categories](#categories) * [Code snippets](#code-snippets) @@ -106,6 +109,11 @@ accordingly. Hide the link by setting `site.settings.navbar.github` to `false`. +### Sidebar + +Hide the sidebar by setting either `site.settings.sidebar.hide` or +`page.sidebar.hide` to `true`. + ### Feed See [feed/index.html] for an example of how to easily create a paginated post -- cgit v1.2.3