Skip to content

Commit 2d41ff8

Browse files
committed
Content Metadata Value Priority Doesn't Set Defaults
1 parent 3270512 commit 2d41ff8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
+++
22
title = "Hello, World!"
3+
date = "2025-05-19T21:34:44+01:00"
4+
lastmod
5+
author = "Aleksander Reinhardt"
36
tags = ["miscellaneous"]
47
keywords = ["hello", "world"]
58
description = "Entry Point To Binary Hedonism"
9+
showFullContent = false
10+
hideComments = false
611
+++
712

813
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: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,8 @@ pagination.pagerSize = 5
6060
dateFormat = "2006-01-02 15:04"
6161

6262
[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]
63+
date = [":git", "date"]
64+
lastmod = [":git", "lastmod"]
6865

6966
[languages]
7067
[languages.en]

0 commit comments

Comments
 (0)