9d12b47bbb
Enable rendering of unsafe HTML in Markdown files Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
24 lines
441 B
YAML
24 lines
441 B
YAML
baseURL: /
|
|
languageCode: en-us
|
|
title: CNCF Distribution
|
|
theme: hugo-geekdoc
|
|
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
|
|
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
|