new listings, business category, a few small tweaks

This commit is contained in:
2026-05-01 16:34:35 -07:00
parent 7f8db19f54
commit 213316ba2a
8 changed files with 47 additions and 16 deletions

View File

@ -19,6 +19,9 @@ export default function(eleventyConfig) {
case "beauty and health": case "beauty and health":
tagline = "feelin' good"; tagline = "feelin' good";
break; break;
case "business":
tagline = "makin' money";
break;
case "food and drink": case "food and drink":
tagline = "good eatin'"; tagline = "good eatin'";
break; break;

View File

@ -30,7 +30,7 @@ title: About the Classifieds
<p> <p>
At current, the assumption is that these are free skillshares. If there's demand At current, the assumption is that these are free skillshares. If there's demand
for listings for paid skillshares, I can add that field to this listings and for listings for paid skillshares, I can add that field to the listings and
let folks specify rate/pro bono. Pretty up to y'all. Let me know. let folks specify rate/pro bono. Pretty up to y'all. Let me know.
</p> </p>

View File

@ -1,9 +0,0 @@
---
title: let's talk about the roman empire
handle: "@01@test.test"
url: "test.test/@01"
draft: true
tags: history and science
blurb: Quisque mauris erat, tempor non egestas sollicitudin, feugiat id risus. Duis eget ornare nunc. Cras sodales, eros quis finibus luctus, enim sem dictum ante, sed sodales ipsum ante a metus.
date: 2026-04-22
---

View File

@ -0,0 +1,8 @@
---
title: Answers to Your Dumb Marketing Questions
handle: "@mariyadelano@hachyderm.io"
url: "hachyderm.io/@mariyadelano"
tags: business
blurb: I want to answer marketing questions that you have been too afraid to ask. The sillier your question, the better! Examples for inspiration... why would I want to collect peoples emails for a list? Why do SEO blogs look like that? How did LinkedIn posts become this particular kind of cringe? Why does nobody think my website is the coolest thing since sliced bread? Be brave and maybe we will all learn something.
date: 2026-05-01
---

View File

@ -0,0 +1,8 @@
---
title: Mobile device hacking advice
handle: "@rpgwaiter@based.zone"
url: "based.zone/@rpgwaiter"
tags: technology
blurb: "I've been exploiting/reverse engineering mobile devices for over 10 years. I'm always happy to discuss tooling, techniques, or anything else related to hacking mobile devices. Want to know how a certain app works? I have experience in everything from mitm traffic capture to memory hacking with Frida and static binary analysis, feel free to ask!"
date: 2026-05-01
---

View File

@ -0,0 +1,8 @@
---
title: Ask a math teacher
handle: "@TonyaMarie@chaosfem.tw"
url: "chaosfem.tw/@TonyaMarie"
tags: history and science
blurb: "Need help with your kid's homework? Going back to school? Retired teacher will help with your math questions up through basic college level!"
date: 2026-05-01
---

View File

@ -6,9 +6,9 @@ title: Fediverse Skillshare Classifieds
<div class="wip"> <div class="wip">
<p> <p>
Hey! This is in early days, so please forgive the lack of real data. Any listing Hey! This is in early days, so please forgive the sparsity. Any listing
that is greyed out is sample data, and should be ignored. As I get real listings, that is greyed out is sample data, and should be ignored. As I get more real
I'll replace the samples! listings, I'll replace the samples!
</p> </p>
</div> </div>
@ -40,7 +40,8 @@ title: Fediverse Skillshare Classifieds
offers:</strong> {{ listing.data.blurb }} offers:</strong> {{ listing.data.blurb }}
</p> </p>
<p class="listed-on"> <p class="listed-on">
listed on <time datetime="{{ listing.date | htmlDateString }}">{{ listing.date | readableDate() }}</time> listed on <time datetime="{{ listing.date | htmlDateString }}"
>{{ listing.date | readableDate() }}</time>
</p> </p>
</div> </div>
{% endfor %} {% endfor %}

View File

@ -27,7 +27,7 @@ title: Submit a Listing
<a href="https://airtable.com/appbdRJ59MLprB1iC/pagfJTOl4KPwh7trd/form" <a href="https://airtable.com/appbdRJ59MLprB1iC/pagfJTOl4KPwh7trd/form"
target="_blank">open the form in a new tab</a>, or target="_blank">open the form in a new tab</a>, or
<a href="mailto:lee.cattarin@gmail.com?subject=Fediverse%20Skillshare%20Classifieds">email <a href="mailto:lee.cattarin@gmail.com?subject=Fediverse%20Skillshare%20Classifieds">email
Lee</a> all the information mentioned above. me</a> all the information mentioned above.
</p> </p>
<p>Feel free to submit multiple times in multiple categories, but I'd prefer that <p>Feel free to submit multiple times in multiple categories, but I'd prefer that
@ -64,6 +64,13 @@ title: Submit a Listing
<li>Workouts for core strength</li> <li>Workouts for core strength</li>
</ul> </ul>
<h3 class="category-title">Business</h3>
<ul>
<li>Job interview practice</li>
<li>Guide to changing fields</li>
<li>Writing a good performance review</li>
</ul>
<h3 class="category-title">Food and Drink</h3> <h3 class="category-title">Food and Drink</h3>
<ul> <ul>
<li>Sourdough starting</li> <li>Sourdough starting</li>
@ -81,10 +88,15 @@ title: Submit a Listing
<h3 class="category-title">Interpersonal and Life</h3> <h3 class="category-title">Interpersonal and Life</h3>
<ul> <ul>
<li>Neurodivergent life tactics</li> <li>Neurodivergent life tactics</li>
<li>Navigating workplace transition</li> <li>Navigating workplace transition (also totally cool in "Business")</li>
<li>Mediating hard discussions</li> <li>Mediating hard discussions</li>
</ul> </ul>
<h3 class="category-title">Miscellany and More</h3>
<ul>
<li>Surprise me!</li>
</ul>
<h3 class="category-title">Repair and DIY</h3> <h3 class="category-title">Repair and DIY</h3>
<ul> <ul>
<li>Plumbing basics</li> <li>Plumbing basics</li>