Skip to content

Commit 3270512

Browse files
committed
Set Content Metadata Value Priority
1 parent e0c556b commit 3270512

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

content/posts/2025-05-19-hello-world/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
+++
22
title = "Hello, World!"
3-
date = "2025-05-19T21:34:44+01:00"
4-
author = "Aleksander Reinhardt"
53
tags = ["miscellaneous"]
64
keywords = ["hello", "world"]
75
description = "Entry Point To Binary Hedonism"
8-
showFullContent = false
9-
hideComments = false
106
+++
117

128
Hi, my name is Lex! I am a quality-focused .NET solutions architect, and I spend an unhealthy amount of time shaving yaks and researching code obscurities.

hugo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ pagination.pagerSize = 5
5959
# can be overridden in a content page's front-matter
6060
dateFormat = "2006-01-02 15:04"
6161

62+
[frontmatter]
63+
author = ["author", "Aleksander Reinhardt"]
64+
date = [":git", "date", "publishDate"]
65+
lastmod = [":git", "lastmod", "date", "publishDate"]
66+
showFullContent = ["showFullContent", false]
67+
hideComments = ["hideComments", false]
68+
6269
[languages]
6370
[languages.en]
6471
languageName = "English"

0 commit comments

Comments
 (0)