b911020c1f
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
19 lines
387 B
YAML
19 lines
387 B
YAML
baseURL: /
|
|
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
|