aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNick Shine <shine.nick@gmail.com>2018-12-05 18:31:24 -0600
committerAlexander Shpak <alex-shpak@users.noreply.github.com>2018-12-07 15:03:15 +0100
commitdc110c3c63451cda54c20ae2f30025d7c07dca39 (patch)
treefd1315bc4187dc69db1865270d242f1346210248 /README.md
parentbd265f5f91b6753d6e69d384fe4ee9ca6c932c13 (diff)
add edit page config instructions to readme and update font-size
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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