This commit is contained in:
2022-03-30 01:52:49 +08:00
commit a7edcc9f9b
16 changed files with 2304 additions and 0 deletions

4
scaffolds/draft.md Normal file
View File

@@ -0,0 +1,4 @@
---
title: {{ title }}
tags:
---

4
scaffolds/page.md Normal file
View File

@@ -0,0 +1,4 @@
---
title: {{ title }}
date: {{ date }}
---

5
scaffolds/post.md Normal file
View File

@@ -0,0 +1,5 @@
---
title: {{ title }}
date: {{ date }}
tags:
---