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
|
|
|
|
# featureImage: "/images/posts-2021/12/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-19 22:41:08 +00:00
|
|
|
# thumbnail: "/images/posts-2021/12/thumbnail.png" # Sets thumbnail image appearing inside card on homepage.
|
2021-12-18 18:43:12 +00:00
|
|
|
# shareImage: "/images/path/share.png" # Designate a separate image for social media sharing.
|
|
|
|
codeLineNumbers: false # Override global value for showing of line numbers within code block.
|
|
|
|
series:
|
|
|
|
- vra8
|
|
|
|
- projects
|
|
|
|
- scripts
|
|
|
|
- tips
|
|
|
|
tags:
|
|
|
|
- vmware
|
|
|
|
- linux
|
|
|
|
- chromeos
|
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.**
|