From dc110c3c63451cda54c20ae2f30025d7c07dca39 Mon Sep 17 00:00:00 2001 From: Nick Shine Date: Wed, 5 Dec 2018 18:31:24 -0600 Subject: add edit page config instructions to readme and update font-size --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 28e1154..7545f71 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,11 @@ params: # (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 + + # (Optional, uncomment and configure url to enable) Enable "Edit this page" + # links for 'doc' page type. Path should point to 'content' directory of + # source project. + BookEditURL: https://github.com/alex-shpak/hugo-book/edit/master/exampleSite/content/ ``` ### Page Configuration -- cgit v1.2.3