diff options
Diffstat (limited to 'exampleSite/config.yaml')
-rw-r--r-- | exampleSite/config.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 3c552ce..0d47f6a 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -71,6 +71,13 @@ params: # Used for 'Last Modified' and 'Edit this page' links. BookRepo: https://github.com/alex-shpak/hugo-book + # (Optional, default 'commit') Specifies commit portion of the link to the page's last modified + # commit hash for 'doc' page type. + # Requires 'BookRepo' param. + # Value used to construct a URL consisting of BookRepo/BookCommitPath/<commit-hash> + # Github uses 'commit', Bitbucket uses 'commits' + # BookCommitPath: commit + # Enable "Edit this page" links for 'doc' page type. # Disabled by default. Uncomment to enable. Requires 'BookRepo' param. # Edit path must point to root directory of repo. |