--- layout: base.njk title: Fediverse Skillshare Classifieds --- {% css %}{% include "css/home.css" %}{% endcss %}

Hey! This is in early days, so please forgive the lack of real data. Any listing that is greyed out is sample data, and should be ignored. As I get real listings, I'll replace the samples!

{% for tag in collections | getKeys | removeCoreTags | sortAlphabetically %}

{{ tag }}

{{ tag | getTagline }}

{% for listing in collections[tag] %}

{{ listing.data.title }}

@{{ listing.data.handle }}@{{ listing.data.server}} offers: {{ listing.data.blurb }}

listed on

{% endfor %}
{% endfor %}