diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-08-26 19:07:45 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-08-26 19:20:04 +0300 |
| commit | d548d4a900024352a033e2b4523bb7f272b26a6f (patch) | |
| tree | 1d7bd088eeefef367cb5cac026d08a31c01716f7 /templates | |
| parent | 7ac5dbeb4f9329dbd75e42c800b8afc8b58d552d (diff) | |
| parent | af529b0371bfe9fa2039fb6bce5deadbb7c0c76b (diff) | |
| download | aaoth.xyz-d548d4a900024352a033e2b4523bb7f272b26a6f.tar.gz aaoth.xyz-d548d4a900024352a033e2b4523bb7f272b26a6f.zip | |
merge branch 'music-projects'
music info is messed up now, but kinda works
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/music-project.md | 13 | ||||
| -rw-r--r-- | templates/music-release.md | 8 | ||||
| -rw-r--r-- | templates/music-title.md | 8 | ||||
| -rw-r--r-- | templates/post.md | 11 |
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--> + |
