add yesterdays and todays posts

This commit is contained in:
2026-02-23 01:10:21 -07:00
parent aae7d716a2
commit a47a28e074
118 changed files with 5101 additions and 135 deletions
+8
View File
@@ -0,0 +1,8 @@
---
date: {{ .Date }}
# image: ""
lastmod: {{ now.Format "2006-01-02" }}
showTableOfContents: false
title: "{{ replace .File.ContentBaseName `-` ` ` | title }}"
type: "page"
---
+10
View File
@@ -0,0 +1,10 @@
---
date: {{ .Date }}
# description: ""
# image: ""
lastmod: {{ now.Format "2006-01-02" }}
showTableOfContents: false
# tags: ["",]
title: "{{ replace .File.ContentBaseName `-` ` ` | title }}"
type: "post"
---