virtuallypotato/archetypes/posts.md

74 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

---
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
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
2021-12-21 19:44:39 +00:00
# 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).
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.
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
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
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.
---
**Insert Lead paragraph here.**