ContainerImage.Pinniped/site/config.yaml
Matt Moyer a464c81711
Bump latest version on website.
We accidentally missed this in the v0.10.0 release process. The new YAML field here should make it easier to automate this step, which seems like a really good idea.
2021-08-03 09:21:54 -05:00

38 lines
810 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"
latest_version: v0.10.0
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