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. # thumbnail: "thumbnail.png" # Sets thumbnail image appearing inside card on homepage.
# shareImage: "share.png" # Designate a separate image for social media sharing. # shareImage: "share.png" # Designate a separate image for social media sharing.
codeLineNumbers: false # Override global value for showing of line numbers within code block. 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: tags:
- vmware - vmware
- linux - linux
@ -64,6 +64,9 @@ tags:
- security - security
- serverless - serverless
- api - api
- infrastructure-as-code
- packer
- terraform
comment: true # Disable comment if false. comment: true # Disable comment if false.
--- ---

View file

@ -3,25 +3,30 @@
url = "" url = ""
weight = -110 weight = -110
[[main]]
name = "K8s on vSphere"
url = "series/k8s-on-vsphere/"
weight = -109
[[main]] [[main]]
name = "vRA 8" name = "vRA 8"
url = "series/vra8/" url = "series/vra8/"
weight = -109 weight = -108
[[main]] [[main]]
name = "Projects" name = "Projects"
url = "series/projects/" url = "series/projects/"
weight = -108 weight = -107
[[main]] [[main]]
name = "Scripts" name = "Scripts"
url = "series/scripts" url = "series/scripts"
weight = -107 weight = -106
[[main]] [[main]]
name = "Tips" name = "Tips"
url = "series/tips/" url = "series/tips/"
weight = -106 weight = -105
# Submenus # Submenus
[[main]] [[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. thumbnail: "ldaps_test.png" # Sets thumbnail image appearing inside card on homepage.
shareImage: "ldaps_test.png" # Designate a separate image for social media sharing. 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. codeLineNumbers: false # Override global value for showing of line numbers within code block.
series: Projects series: K8s on vSphere
tags: tags:
- vmware - vmware
- kubernetes - kubernetes

View file

@ -14,7 +14,7 @@ usePageBundles: true
thumbnail: "tanzu_community_edition.png" # Sets thumbnail image appearing inside card on homepage. thumbnail: "tanzu_community_edition.png" # Sets thumbnail image appearing inside card on homepage.
# shareImage: "share.png" # Designate a separate image for social media sharing. # shareImage: "share.png" # Designate a separate image for social media sharing.
codeLineNumbers: false # Override global value for showing of line numbers within code block. codeLineNumbers: false # Override global value for showing of line numbers within code block.
series: Projects series: K8s on vSphere
tags: tags:
- vmware - vmware
- linux - linux