From 15aacd9517429b19b9ba5ec4d43d56366f69a63f Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 4 Dec 2022 17:38:08 -0600 Subject: [PATCH] add k8s-on-vsphere series --- archetypes/posts.md | 5 ++++- config/_default/menus/menu.en.toml | 13 +++++++++---- .../index.md | 2 +- .../tanzu-community-edition-k8s-homelab/index.md | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/archetypes/posts.md b/archetypes/posts.md index 41079d8..d73c2e1 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -14,7 +14,7 @@ usePageBundles: true # thumbnail: "thumbnail.png" # Sets thumbnail image appearing inside card on homepage. # shareImage: "share.png" # Designate a separate image for social media sharing. codeLineNumbers: false # Override global value for showing of line numbers within code block. -series: Tips # Projects, Scripts, vRA8 +series: Tips # Projects, Scripts, vRA8, K8s on vSphere tags: - vmware - linux @@ -64,6 +64,9 @@ tags: - security - serverless - api + - infrastructure-as-code + - packer + - terraform comment: true # Disable comment if false. --- diff --git a/config/_default/menus/menu.en.toml b/config/_default/menus/menu.en.toml index 3db6391..7d2843e 100644 --- a/config/_default/menus/menu.en.toml +++ b/config/_default/menus/menu.en.toml @@ -3,25 +3,30 @@ url = "" weight = -110 +[[main]] + name = "K8s on vSphere" + url = "series/k8s-on-vsphere/" + weight = -109 + [[main]] name = "vRA 8" url = "series/vra8/" - weight = -109 + weight = -108 [[main]] name = "Projects" url = "series/projects/" - weight = -108 + weight = -107 [[main]] name = "Scripts" url = "series/scripts" - weight = -107 + weight = -106 [[main]] name = "Tips" url = "series/tips/" - weight = -106 + weight = -105 # Submenus [[main]] diff --git a/content/posts/ldaps-authentication-tanzu-community-edition/index.md b/content/posts/ldaps-authentication-tanzu-community-edition/index.md index fc3dd96..0020f1d 100644 --- a/content/posts/ldaps-authentication-tanzu-community-edition/index.md +++ b/content/posts/ldaps-authentication-tanzu-community-edition/index.md @@ -14,7 +14,7 @@ usePageBundles: true thumbnail: "ldaps_test.png" # Sets thumbnail image appearing inside card on homepage. shareImage: "ldaps_test.png" # Designate a separate image for social media sharing. codeLineNumbers: false # Override global value for showing of line numbers within code block. -series: Projects +series: K8s on vSphere tags: - vmware - kubernetes diff --git a/content/posts/tanzu-community-edition-k8s-homelab/index.md b/content/posts/tanzu-community-edition-k8s-homelab/index.md index bc7504c..4d33bc3 100644 --- a/content/posts/tanzu-community-edition-k8s-homelab/index.md +++ b/content/posts/tanzu-community-edition-k8s-homelab/index.md @@ -14,7 +14,7 @@ usePageBundles: true thumbnail: "tanzu_community_edition.png" # Sets thumbnail image appearing inside card on homepage. # shareImage: "share.png" # Designate a separate image for social media sharing. codeLineNumbers: false # Override global value for showing of line numbers within code block. -series: Projects +series: K8s on vSphere tags: - vmware - linux