aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-08-26 13:22:51 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-08-26 13:22:51 +0300
commit26156bc9b19fe02a6679f741c9d936aad18a2e85 (patch)
tree999d2381b2a92b95b948ec2e5fef16f2abfa3fff /templates
parentc953977332864c2499cb776970ab98934268adca (diff)
downloadaaoth.xyz-26156bc9b19fe02a6679f741c9d936aad18a2e85.tar.gz
aaoth.xyz-26156bc9b19fe02a6679f741c9d936aad18a2e85.zip
add track info and templates
Diffstat (limited to 'templates')
-rw-r--r--templates/music-project.md13
-rw-r--r--templates/music-release.md8
-rw-r--r--templates/music-title.md8
-rw-r--r--templates/post.md11
4 files changed, 40 insertions, 0 deletions
diff --git a/templates/music-project.md b/templates/music-project.md
new file mode 100644
index 0000000..f8c42a7
--- /dev/null
+++ b/templates/music-project.md
@@ -0,0 +1,13 @@
+---
+title: {{ title }}
+start_date: {{ startdate }}
+end_date: {{ enddate }}
+status: {{ status }}
+description: {{ description }}
+tags: {{ tags }}
+roles: {{ roles }}
+permalink: {{ permalink }}
+logo: {{ logo }}
+other: {{ other }}
+---
+
diff --git a/templates/music-release.md b/templates/music-release.md
new file mode 100644
index 0000000..e1137e5
--- /dev/null
+++ b/templates/music-release.md
@@ -0,0 +1,8 @@
+---
+author: {{ author }}
+title: {{ title }}
+type: {{ type }}
+date: {{ date }}
+style: {{ tags }}
+---
+
diff --git a/templates/music-title.md b/templates/music-title.md
new file mode 100644
index 0000000..99ca836
--- /dev/null
+++ b/templates/music-title.md
@@ -0,0 +1,8 @@
+---
+title: {{ title }}
+author: {{ author }}
+r_tag: {{ r_tag }}
+num: {{ num }}
+---
+
+
diff --git a/templates/post.md b/templates/post.md
new file mode 100644
index 0000000..dbf43d9
--- /dev/null
+++ b/templates/post.md
@@ -0,0 +1,11 @@
+---
+title: {{ title }}
+date: {{ date }}
+author: {{ author }}
+tags: {{ tags }}
+---
+
+
+
+<!--more-->
+