Skip to content

Commit d236fee

Browse files
committed
use :git as default update time
1 parent 84ce984 commit d236fee

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ paginate= 40
5252
[markup.goldmark.renderer]
5353
unsafe= true
5454
[frontmatter]
55-
lastmod = ["lastmod","updated",":git",":fileModTime",":default"]
55+
# lastmod = ["lastmod","updated",":git",":fileModTime",":default"]
56+
lastmod = [":git",":fileModTime",":default"]
5657
date = ["date",":default"]
5758

5859
[params.utter]

content/post/C++/vcpkg_manifest_cmake与github_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "C++跨平台新体验: Vcpkg Manifest与Github Actions"
44
date: 2021-05-05T16:36:54+08:00
55
draft: false
66
# tags: [ "" ]
7-
categories: [ "C++"]
7+
categories: [ "cpp"]
88
# keywords: [ ""]
99
lastmod: 2021-05-05T16:36:54+08:00
1010
# CJKLanguage: Chinese, Japanese, Korean

content/post/CG/延迟渲染与MSAA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "为什么延迟渲染和MSAA不搭"
44
date: 2022-02-04T15:10:42+08:00
55
draft: false
66
# tags: [ "" ]
7-
categories: [ "默认分类"]
7+
categories: [ "CG"]
88
# keywords: [ ""]
99
# lastmod: 2022-02-04T15:10:42+08:00
1010
# CJKLanguage: Chinese, Japanese, Korean

0 commit comments

Comments
 (0)