2021-12-18 18:43:12 +00:00
|
|
|
---
|
|
|
|
title: "{{ replace .Name "-" " " | title }}" # Title of the blog post.
|
|
|
|
date: {{ .Date }} # Date of post creation.
|
2021-12-19 22:41:08 +00:00
|
|
|
# lastmod: {{ .Date }} # Date when last modified
|
2021-12-18 18:43:12 +00:00
|
|
|
description: "WHEREIN I explore creating posts with a Hugo Archetype" # Description used for search engine.
|
|
|
|
featured: false # Sets if post is a featured post, making appear on the home page side bar.
|
|
|
|
draft: true # Sets whether to render this page. Draft of true will not be rendered.
|
|
|
|
toc: true # Controls if a table of contents should be generated for first-level links automatically.
|
2021-12-20 20:52:46 +00:00
|
|
|
usePageBundles: true
|
2021-12-18 18:43:12 +00:00
|
|
|
# menu: main
|
2021-12-21 19:44:39 +00:00
|
|
|
# featureImage: "file.png" # Sets featured image on blog post.
|
2021-12-18 18:43:12 +00:00
|
|
|
# featureImageAlt: 'Description of image' # Alternative text for featured image.
|
|
|
|
# featureImageCap: 'This is the featured image.' # Caption (optional).
|
2021-12-21 19:44:39 +00:00
|
|
|
# thumbnail: "thumbnail.png" # Sets thumbnail image appearing inside card on homepage.
|
|
|
|
# shareImage: "share.png" # Designate a separate image for social media sharing.
|
2021-12-18 18:43:12 +00:00
|
|
|
codeLineNumbers: false # Override global value for showing of line numbers within code block.
|
2022-12-10 23:10:20 +00:00
|
|
|
series: Tips # Projects, Scripts, vRA8, K8s on vSphere
|
2021-12-18 18:43:12 +00:00
|
|
|
tags:
|
|
|
|
- vmware
|
|
|
|
- linux
|
2022-02-01 16:00:14 +00:00
|
|
|
- vra
|
|
|
|
- docker
|
2021-12-18 18:43:12 +00:00
|
|
|
- chromeos
|
2022-02-01 16:00:14 +00:00
|
|
|
- cloud
|
|
|
|
- javascript
|
|
|
|
- vro
|
|
|
|
- meta
|
|
|
|
- shell
|
|
|
|
- homelab
|
|
|
|
- powershell
|
|
|
|
- vpn
|
|
|
|
- automation
|
|
|
|
- crostini
|
|
|
|
- jekyll
|
|
|
|
- tasker
|
|
|
|
- windows
|
|
|
|
- abx
|
|
|
|
- android
|
|
|
|
- gcp
|
|
|
|
- hugo
|
|
|
|
- kubernetes
|
|
|
|
- logs
|
|
|
|
- powercli
|
|
|
|
- tanzu
|
|
|
|
- wireguard
|
|
|
|
- wsl
|
|
|
|
- 3dprinting
|
|
|
|
- activedirectory
|
|
|
|
- availability
|
|
|
|
- certs
|
|
|
|
- chat
|
|
|
|
- chrome
|
|
|
|
- cluster
|
|
|
|
- containers
|
|
|
|
- homeassistant
|
|
|
|
- lcm
|
|
|
|
- networking
|
|
|
|
- nsx
|
|
|
|
- openssl
|
|
|
|
- python
|
|
|
|
- regex
|
|
|
|
- rest
|
|
|
|
- salt
|
|
|
|
- security
|
|
|
|
- serverless
|
2022-06-03 19:06:31 +00:00
|
|
|
- api
|
2022-12-10 23:10:20 +00:00
|
|
|
- infrastructure-as-code
|
|
|
|
- packer
|
|
|
|
- terraform
|
2021-12-19 22:41:08 +00:00
|
|
|
comment: true # Disable comment if false.
|
2021-12-18 18:43:12 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
**Insert Lead paragraph here.**
|