From bd265f5f91b6753d6e69d384fe4ee9ca6c932c13 Mon Sep 17 00:00:00 2001 From: Nick Shine Date: Mon, 3 Dec 2018 01:22:05 -0600 Subject: add BookEditURL example to exampleSite --- exampleSite/config.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'exampleSite/config.yml') diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 8a5e528..4a81e1f 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -3,6 +3,7 @@ baseURL: https://example.com title: Hugo Book theme: hugo-book +# themesDir: ../.. # Book configuration disablePathToLower: true @@ -18,3 +19,7 @@ params: # specify section of content to render as menu # if bookMenuBundle is not set, 'docs' is value by default BookSection: docs + + # Enable "Edit this page" links for 'doc' page type. + # Disabled by default. Uncomment to enable. + # BookEditURL: https://github.com/alex-shpak/hugo-book/edit/master/exampleSite/content/ -- cgit v1.2.3