fetch_ml/docs/hugo.toml

27 lines
539 B
TOML

baseURL = "/"
languageCode = "en-us"
title = "Fetch ML Documentation"
# Reuse existing docs tree as Hugo content
contentDir = "src"
# Generated site output (published by CI)
publishDir = "_site"
enableGitInfo = true
disableKinds = ["taxonomy", "taxonomyTerm"]
[module]
[[module.imports]]
path = "github.com/alex-shpak/hugo-book"
[params]
BookTheme = "auto"
BookToC = true
BookSearch = true
BookMermaid = true
BookSection = "*"
BookRepo = "https://github.com/jfraeys/fetch_ml"
BookEditPath = "edit/main/docs/src"