Finish default template and menu

This commit is contained in:
2024-05-30 17:30:11 +01:00
parent c9a548b2a4
commit 1f8587c663
2 changed files with 16 additions and 27 deletions

View File

@@ -1,31 +1,18 @@
---
# Post
draft: true
tags: []
searchHidden: false
showToc: true # Table of Contents
author: "TrudeEH"
cover:
image: "<image path/url>" # image path/url
alt: "<alt text>" # alt text
caption: "<text>" # display caption under cover
relative: false # when using page bundles set this to true
hidden: true # only hide on current single page
description: ""
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
showToc: true
TocOpen: false
hidemeta: false
comments: false
disableHLJS: true # to disable highlights
disableShare: false
disableHLJS: false
hideSummary: false
searchHidden: true
ShowReadingTime: true
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
tags: []
description: ""
cover:
image: "" # image path/url
alt: "" # alt text
caption: "" # display caption under cover
relative: false # when using page bundles set this to true
hidden: true # only hide on current single page
---