20 lines
406 B
YAML
20 lines
406 B
YAML
|
baseURL: https://example.com/
|
||
|
languageCode: en-us
|
||
|
title: CNCF Distribution
|
||
|
theme: hugo-geekdoc
|
||
|
|
||
|
pluralizeListTitles: false
|
||
|
enableRobotsTXT: true
|
||
|
taxonomies: [tags]
|
||
|
minify:
|
||
|
disableHTML: true
|
||
|
|
||
|
# Geekdoc required configuration
|
||
|
pygmentsUseClasses: true
|
||
|
pygmentsCodeFences: true
|
||
|
disablePathToLower: true
|
||
|
|
||
|
params:
|
||
|
geekdocRepo: "https://github.com/distribution/distribution"
|
||
|
geekdocEditPath: edit/main/docs
|