diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2022-04-19 00:24:23 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2022-04-19 00:32:37 +0300 |
| commit | 8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0 (patch) | |
| tree | e5054517b940e5c535a4c7282d7faa7b6462e794 /templates | |
| parent | 9f4b181b36418669462c0300c2e090d0f4547dc8 (diff) | |
| download | aaoth.xyz-8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0.tar.gz aaoth.xyz-8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0.zip | |
reimplement website using shell scripts
major change, i know. now i'm using ssg and rssg by roman zolotarev.
okay, well, not exactly. ssg is modified to generate pages for gemini
too. it's hard to maintain two different things simultaneously.
bye-bye jekyll!
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, 0 insertions, 40 deletions
diff --git a/templates/music-project.md b/templates/music-project.md deleted file mode 100644 index f8c42a7..0000000 --- a/templates/music-project.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -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 deleted file mode 100644 index e1137e5..0000000 --- a/templates/music-release.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -author: {{ author }} -title: {{ title }} -type: {{ type }} -date: {{ date }} -style: {{ tags }} ---- - diff --git a/templates/music-title.md b/templates/music-title.md deleted file mode 100644 index 99ca836..0000000 --- a/templates/music-title.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: {{ title }} -author: {{ author }} -r_tag: {{ r_tag }} -num: {{ num }} ---- - - diff --git a/templates/post.md b/templates/post.md deleted file mode 100644 index dbf43d9..0000000 --- a/templates/post.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: {{ title }} -date: {{ date }} -author: {{ author }} -tags: {{ tags }} ---- - - - -<!--more--> - |
