f81dda4eda
This was generated via `hugo gen chromastyles --style=monokailight > ./site/themes/pinniped/assets/scss/_syntax.css`. Signed-off-by: Matt Moyer <moyerm@vmware.com>
39 lines
879 B
YAML
39 lines
879 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
|
|
menu:
|
|
docs:
|
|
- name: Overview
|
|
url: /docs/
|
|
weight: 100
|
|
- name: Install
|
|
url: /docs/install/
|
|
weight: 110
|
|
- name: Architecture
|
|
url: /docs/architecture/
|
|
- name: Demo
|
|
url: /docs/demo/
|
|
- name: Scope
|
|
url: /docs/scope/
|