virtuallypotato/archetypes/posts.md
2022-12-10 17:10:20 -06:00

1.8 KiB

title: "{{ replace .Name "-" " " | title }}" # Title of the blog post. date: {{ .Date }} # Date of post creation. # lastmod: {{ .Date }} # Date when last modified 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. usePageBundles: true # menu: main # featureImage: "file.png" # Sets featured image on blog post. # featureImageAlt: 'Description of image' # Alternative text for featured image. # featureImageCap: 'This is the featured image.' # Caption (optional). # 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, K8s on vSphere tags: - vmware - linux - vra - docker - chromeos - 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 - api - infrastructure-as-code - packer - terraform comment: true # Disable comment if false.

Insert Lead paragraph here.