From 198ba007cc8c716fe838a6b8ad06d2854fc3f384 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 23 Apr 2019 22:30:24 +0200 Subject: Fix contributors link in README.md --- README.md | 2 +- exampleSite/config.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f619100..6f648d9 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ There are few empty partials you can override in `layouts/partials/` ## Contributing -### [Extra credits to contributors](/alex-shpak/hugo-book/graphs/contributors) +### [Extra credits to contributors](https://github.com/alex-shpak/hugo-book/graphs/contributors) Contributions are welcome and I will review and consider pull requests. Primary goals are: diff --git a/exampleSite/config.yml b/exampleSite/config.yml index b4f1b3c..678c13f 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -21,11 +21,11 @@ params: # (Optional, default none) Set leaf bundle to render as side menu # When not specified file structure and weights will be used - BookMenuBundle: /menu + # BookMenuBundle: /menu # (Optional, default docs) Specify section of content to render as menu # You can also set value to "*" to render all sections to menu - BookSection: docs + BookSection: "docs" # This value is duplicate of $link-color for making active link highlight in menu bundle mode # BookMenuBundleActiveLinkColor: \#004ed0 -- cgit v1.2.3