add a bit of content

This commit is contained in:
Elias Ahokas
2025-09-25 21:57:15 +03:00
parent cfffdae948
commit 54d52938e2
6 changed files with 116 additions and 16 deletions

View File

@@ -1,11 +1,8 @@
---
title: "Hello portfolio"
date: 2020-09-15T11:30:03+00:00
# weight: 1
# aliases: ["/first"]
tags: ["first"]
author: "Me"
# author: ["Me", "You"] # multiple authors
title: "{{ replace .File.ContentBaseName "-" " " | title }}"
date: {{ .Date }}
tags: []
author: "Elias Ahokas"
showToc: true
TocOpen: false
draft: false
@@ -17,7 +14,7 @@ disableHLJS: true # to disable highlightjs
disableShare: false
disableHLJS: false
hideSummary: false
searchHidden: true
searchHidden: false
ShowReadingTime: true
ShowBreadCrumbs: true
ShowPostNavLinks: true
@@ -25,13 +22,13 @@ ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
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
image: ""
alt: ""
caption: ""
relative: false
hidden: true
editPost:
URL: "https://github.com/<path_to_repo>/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
Text: "Suggest Changes"
appendFilePath: true
---