Add theme default config

This commit is contained in:
2024-05-29 22:37:23 +01:00
parent 511d42ab6b
commit 7f9183d85d
10 changed files with 226 additions and 40 deletions

View File

@@ -1,6 +1,31 @@
---
draft: true
tags: []
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 }}
draft: true
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
---