ContainerImage.Pinniped/site/config.yaml
Matt Moyer dd151b3f50
Fix missing titles on website docs.
Also fixes our sitemap to have correct `lastmod` times when built locally (it was already correct on Netlify).

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2021-03-01 11:31:27 -06:00

37 lines
784 B
YAML

baseURL: "https://pinniped.dev/"
languageCode: "en-us"
title: "Pinniped"
theme: "pinniped"
params:
twitter_url: "https://twitter.com/projectpinniped"
github_url: "https://github.com/vmware-tanzu/pinniped"
slack_url: "https://kubernetes.slack.com/messages/pinniped"
community_url: "https://go.pinniped.dev/community"
pygmentsCodefences: true
pygmentsStyle: "pygments"
markup:
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: false
style: monokailight
tabWidth: 4
related:
includeNewer: true
indices:
- name: tags
weight: 50
- name: date
weight: 50
threshold: 0
toLower: true
enableGitInfo: true