--- title: Yo, webTV crib! ゲットー・スービド description: >- The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms. tags: - outernational - music - homepage - free - culture nebula_image: /images/nebula.jpg image: /siteicon.png --- {% include relBase.html %}

Web-Log

Ramblings, announcenments and thoughts going on in the 徒 setto セット Cypher. In written form intertwined with audio

{% for post in site.posts limit: '1' %} {% endfor %} {% include streamer.html %}

Releases

Collection of released music through time

{% assign sorted = site.posts | sort: 'date' | reverse %} {% for album in sorted offset: '1' %} {% if album.category == 'releases' %}

{{ album.title }}

{{ album.date | date: "%Y" }}

{{ album.title | smartify }}
{% endif %} {% endfor %} {% include footer.html %}