diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 10:01:22 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 10:01:22 +0300 |
commit | e76a6f7d4c4c92ab2cf790a64aaa4fc50ad6105c (patch) | |
tree | 66603078b418b1ea2d39315ce158edcb28f0e102 | |
parent | sidebar: add ability to hide it (diff) | |
download | jekyll-theme-e76a6f7d4c4c92ab2cf790a64aaa4fc50ad6105c.tar.gz jekyll-theme-e76a6f7d4c4c92ab2cf790a64aaa4fc50ad6105c.zip |
README: update
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |