baseURL: "http://localhost:1313/" languageCode: "en-us" title: "My Documentation Site" theme: "book" # Book theme specific parameters params: # (Optional) Set to 'true' to mark as draft # bookDraft: true # (Optional) Set this to the section name if section is not root # bookSection: docs # Set source repository location # Used for 'Last Modified' and 'Edit this page' links bookRepo: https://github.com/alex-shpak/hugo-book # Enable "Edit this page" links for 'doc' type pages bookEditPath: edit/main/exampleSite/content # Configure the date format used on the pages # In git information # bookDateFormat: "Jan 2, 2006" # Enable search bookSearch: true # Enable comments # bookComments: true # Configure menu menu: after: - name: "GitHub" url: "https://github.com/alex-shpak/hugo-book" weight: 10 # Required to properly render the Book theme markup: goldmark: renderer: unsafe: true