post: scared test lead

This commit is contained in:
Ayo 2023-07-28 12:03:39 +02:00
parent 10e9794b0a
commit 5410ad9702
2 changed files with 35 additions and 0 deletions

View file

@ -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):
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/934295782&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe><div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"><a href="https://soundcloud.com/ayoayco" title="ayoayco" target="_blank" style="color: #cccccc; text-decoration: none;">ayoayco</a> · <a href="https://soundcloud.com/ayoayco/11222020-scared-test-lead" title="11.22.2020 - Scared Test Lead" target="_blank" style="color: #cccccc; text-decoration: none;">11.22.2020 - Scared Test Lead</a></div>

19
music.html Normal file
View file

@ -0,0 +1,19 @@
---
layout: category
category-name: music
title: Music
permalink: /music/
---
<h1>Music</h1>
<div class="blog-home">
{% if site.categories.music.size > 0 %}
<ul class="blog-home__list-items">
{% for post in site.categories.music %}{% include post-item.html %} {%
endfor %}
</ul>
{% else %}
<span>No posts to show.</span>
{% endif %}
</div>