aboutsummaryrefslogtreecommitdiff
path: root/scaffolds
diff options
context:
space:
mode:
author135e2 <[email protected]>2022-05-13 00:37:38 +0800
committer135e2 <[email protected]>2022-05-13 00:37:38 +0800
commitae38da80b626016c695f567cc81d058980b7f57c (patch)
tree9258c265c027099c6745c160e6051167568e73a0 /scaffolds
downloadMeaninglessRecords-ae38da80b626016c695f567cc81d058980b7f57c.tar.gz
MeaninglessRecords-ae38da80b626016c695f567cc81d058980b7f57c.tar.bz2
MeaninglessRecords-ae38da80b626016c695f567cc81d058980b7f57c.zip
pub: intro for Meaningless Records
Yay!
Diffstat (limited to 'scaffolds')
-rw-r--r--scaffolds/draft.md4
-rw-r--r--scaffolds/page.md4
-rw-r--r--scaffolds/post.md5
3 files changed, 13 insertions, 0 deletions
diff --git a/scaffolds/draft.md b/scaffolds/draft.md
new file mode 100644
index 0000000..498e95b
--- /dev/null
+++ b/scaffolds/draft.md
@@ -0,0 +1,4 @@
+---
+title: {{ title }}
+tags:
+---
diff --git a/scaffolds/page.md b/scaffolds/page.md
new file mode 100644
index 0000000..f01ba3c
--- /dev/null
+++ b/scaffolds/page.md
@@ -0,0 +1,4 @@
+---
+title: {{ title }}
+date: {{ date }}
+---
diff --git a/scaffolds/post.md b/scaffolds/post.md
new file mode 100644
index 0000000..1f9b9a4
--- /dev/null
+++ b/scaffolds/post.md
@@ -0,0 +1,5 @@
+---
+title: {{ title }}
+date: {{ date }}
+tags:
+---