Initial commit: Hugo site with PaperMod theme

This commit is contained in:
2025-05-13 21:59:36 +02:00
commit 15a6807518
44 changed files with 3544 additions and 0 deletions

42
hugo.yaml Normal file
View File

@ -0,0 +1,42 @@
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