From 5410ad9702c37dfc3f0de711b855c19f55e6d0dd Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 28 Jul 2023 12:03:39 +0200 Subject: [PATCH] post: scared test lead --- _posts/2023-07-28-scared-test-lead.md | 16 ++++++++++++++++ music.html | 19 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 _posts/2023-07-28-scared-test-lead.md create mode 100644 music.html diff --git a/_posts/2023-07-28-scared-test-lead.md b/_posts/2023-07-28-scared-test-lead.md new file mode 100644 index 0000000..1ec7c4f --- /dev/null +++ b/_posts/2023-07-28-scared-test-lead.md @@ -0,0 +1,16 @@ +--- +title: "Scared Test Lead" +permalink: /:title/ +category: music +description: Guitar solo idea for a song I wrote (Scared) +--- + +There's a bunch of music posted in my [SoundCloud](https://soundcloud.com/ayoayco/) and I'm looking to put everything here at some point. + +I believe personal blogs should be the most complete collection of all your "stuff" online. + +However, I am still looking for a good alternative to SoundCloud which I could self-host... possibly [funkwhale.audio](https://funkwhale.audio/) but I have to spend some time on checking the requirements first. + +In the mean time, here's a guitar solo idea for a song I wrote (Scared): + +
ayoayco ยท 11.22.2020 - Scared Test Lead
\ No newline at end of file diff --git a/music.html b/music.html new file mode 100644 index 0000000..69c9cc8 --- /dev/null +++ b/music.html @@ -0,0 +1,19 @@ +--- +layout: category +category-name: music +title: Music +permalink: /music/ +--- + +

Music

+ +
+ {% if site.categories.music.size > 0 %} + + {% else %} + No posts to show. + {% endif %} +