Files
hugo/hugo.yaml
2025-05-13 22:04:36 +02:00

40 lines
869 B
YAML

baseURL: "http://localhost:1313/"
languageCode: "en-us"
title: "My Documentation Site"
theme: "book"
params:
# (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