new post, new series

This commit is contained in:
John Bowdre 2022-12-10 17:10:20 -06:00
parent 49a0b6c7bb
commit 5504739e02
9 changed files with 1327 additions and 7 deletions

View File

@ -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.
---

View File

@ -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]]

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -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

View File

@ -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