Pinniped Blog
+{{ .Title }}
+ +{{ dateFormat "Jan 2, 2006" .Date }}
+ {{ .Content }} +diff --git a/site/.gitignore b/site/.gitignore new file mode 100644 index 00000000..39a8755e --- /dev/null +++ b/site/.gitignore @@ -0,0 +1 @@ +*.DS_STORE \ No newline at end of file diff --git a/site/README.md b/site/README.md new file mode 100644 index 00000000..c7b82415 --- /dev/null +++ b/site/README.md @@ -0,0 +1,17 @@ +# Website for [Pinniped](https://pinniped.dev/) + +##### Prerequisites + +* [Hugo](https://github.com/gohugoio/hugo) + * macOS: `brew install hugo` + * Windows: `choco install hugo-extended -confirm` + +#### Build + +```bash +hugo server --disableFastRender +``` + +#### Serve + +Serve site at http://localhost:1313 diff --git a/site/archetypes/default.md b/site/archetypes/default.md new file mode 100644 index 00000000..00e77bd7 --- /dev/null +++ b/site/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/site/config.yaml b/site/config.yaml new file mode 100644 index 00000000..312a09ed --- /dev/null +++ b/site/config.yaml @@ -0,0 +1,36 @@ +baseURL: "https://pinneped.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" +pygmentsCodefences: true +pygmentsStyle: "pygments" +markup: + highlight: + anchorLineNos: false + codeFences: true + guessSyntax: false + hl_Lines: "" + lineAnchors: "" + lineNoStart: 1 + lineNos: false + lineNumbersInTable: true + noClasses: false + style: monokai + tabWidth: 4 +menu: + docs: + - name: Overview + url: /docs/ + weight: 100 + - name: Architecture + url: /docs/architecture/ + name: Demo + url: /docs/demo/ + - name: Scope + url: /docs/scope/ + - name: Update Images + url: /docs/img/ \ No newline at end of file diff --git a/site/content/community/_index.html b/site/content/community/_index.html new file mode 100644 index 00000000..922c8528 --- /dev/null +++ b/site/content/community/_index.html @@ -0,0 +1,42 @@ +--- +title: "" +layout: section +--- + +
Head over to our git repo and check out the discussions and issues sections.
+Chat with us on our Kubernetes Slack channel #pinniped
+Join the Pinniped Community Meetings every 1st and 3rd Thursday
+
+
+
{{ dateFormat "Jan 2, 2006" .Date }}
+ {{ .Content }} +Introduction to Pinniped
+Learn how Pinniped provides identity services to Kubernetes
+How do you use Pinniped?
+Tell us about your experience using Pinniped Share with us here!
+{{ .Params.Excerpt }}
+To help you get started, see the documentation.
+Pinniped delivers a consistent Kubernetes user authentication experience while prioritizing security, interoperability and low-effort management at scale.
+ +Install and integrate with nearly any cluster in one step
+Log in once to safely access many clusters
+Leverage first class integration with Kubernetes and kubectl CLI
+Matt Moyer
+Engineer
+Andrew Keesler
+Engineer
+Ryan Richard
+Engineer
+Mo Khan
+Engineer
+Pablo Schuhmacher
+Product Manager
+The Pinniped project team welcomes contributions from the community, please see our contributor’s guide for more information.
+Cluster Administration
+Easily plug in external IDPs into Kubernetes clusters while offering a simple install and configuration experience. Leverage first class integration with Kubernetes and kubectl CLI.
+ +Cluster Administration
+Easily plug in external IDPs into Kubernetes clusters while offering a simple install and configuration experience. Leverage first class integration with Kubernetes and kubectl CLI.
+ +Cluster Administration
+Easily plug in external IDPs into Kubernetes clusters while offering a simple install and configuration experience. Leverage first class integration with Kubernetes and kubectl CLI.
+ +