diff options
author | Nick Shine <shine.nick@gmail.com> | 2018-12-05 18:31:24 -0600 |
---|---|---|
committer | Alexander Shpak <alex-shpak@users.noreply.github.com> | 2018-12-07 15:03:15 +0100 |
commit | dc110c3c63451cda54c20ae2f30025d7c07dca39 (patch) | |
tree | fd1315bc4187dc69db1865270d242f1346210248 /README.md | |
parent | bd265f5f91b6753d6e69d384fe4ee9ca6c932c13 (diff) |
add edit page config instructions to readme and update font-size
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |