827e6e0dc0
These are some more changes that came up when Pablo and I were reviewing the previous docs PR. In no particular order: - Fix "related posts" on the blog section, and hide the section if there are none. - Minor style changes to several pages (guided by various style guides). - Redirect the root of get.pinniped.dev to our main page (shouldn't really be hit, but it's nice to do something). - Add more mobile-friendly CSS for our docs. - Reword the "getting started" CTA, and hide it on the docs pages (you're already there). - Fix the "Learn how Pinniped provides identity services to Kubernetes" link on the landing page. - Add a date to our blog post cards. - Rewrite the hero text on the landing page. - Fix the docs link for the "Get Started with Pinniped" button on the landing page. - Rework the landing page grid text. - Add Margo and Nanci to the team section and sort it alphabetically. Signed-off-by: Matt Moyer <moyerm@vmware.com>
34 lines
762 B
YAML
34 lines
762 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 |