This commit is contained in:
2026-05-01 12:15:33 -07:00
parent 30712b53a0
commit b09875aea1
14 changed files with 26 additions and 26 deletions

View File

@ -1,7 +1,7 @@
---
title: film photography
handle: 00
server: test.test
handle: "@00@test.test"
url: "test.test/@00"
draft: true
tags: art and crafts
blurb: Lorem ipsum dolor sit amet, consectetur adipiscing elit.

View File

@ -1,7 +1,7 @@
---
title: let's talk about the roman empire
handle: 01
server: test.test
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.

View File

@ -1,7 +1,7 @@
---
title: neurodivergent coping strats
handle: 02
server: test.test
handle: "@02@test.test"
url: "test.test/@02"
draft: true
tags: interpersonal and life
blurb: Fusce faucibus mauris ut metus molestie viverra. In varius erat in lectus scelerisque, vitae ornare sapien euismod. Pellentesque ornare aliquam erat, pellentesque eleifend tellus consequat ut. Donec mollis, lacus vitae bibendum hendrerit, nisi metus dignissim lacus, nec tincidunt nisl ligula vel metus.

View File

@ -1,7 +1,7 @@
---
title: editing 102
handle: 03
server: test.test
handle: "@03@test.test"
url: "test.test/@03"
draft: true
tags: writing editing and literature
blurb: Sed a commodo lectus. Curabitur tincidunt, eros vel mollis dapibus, mauris dui pharetra mauris, et dapibus leo nisi vitae eros.

View File

@ -1,7 +1,7 @@
---
title: sourdough starting!
handle: 04
server: test.test
handle: "@04@test.test"
url: "test.test/@04"
draft: true
tags: food and drink
blurb: Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Vivamus vitae augue ac neque congue pellentesque vitae a enim. Donec euismod dolor sit amet dui dapibus posuere. Donec eget blandit ligula, ac tempor nunc.

View File

@ -1,7 +1,7 @@
---
title: bug identification for beginners
handle: 05
server: test.test
handle: "@05@test.test"
url: "test.test/@05"
draft: true
tags: animals and the outdoors
blurb: Duis interdum purus non iaculis convallis. Nunc mi lorem, consequat sed luctus vitae, lobortis in arcu.

View File

@ -1,7 +1,7 @@
---
title: fix your sink or toilet
handle: 06
server: test.test
handle: "@06@test.test"
server: "test.test/@06"
draft: true
tags: repair and diy
blurb: Aliquam justo justo, scelerisque a ligula sed, elementum pharetra quam. Ut augue nibh, finibus vel dui nec, sagittis bibendum leo. Quisque libero diam, maximus in dui ac, sollicitudin congue enim.

View File

@ -1,7 +1,7 @@
---
title: Navigating Workplace Transition
handle: 07
server: test.test
handle: "@07@test.test"
url: "test.test/@07"
draft: true
tags: interpersonal and life
blurb: Donec nisl ligula, mollis sit amet gravida eget, aliquam vitae nibh. Fusce diam nulla, interdum a ex a, semper lacinia elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc lacinia fermentum arcu, molestie ornare purus lobortis eget. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nunc convallis turpis nisi, nec volutpat dui semper at.

View File

@ -1,7 +1,7 @@
---
title: Picking the right haircut
handle: 08
server: test.test
handle: "@08@test.test"
url: "test.test/@08"
draft: true
tags: beauty and health
blurb: Duis nec varius dui. In mauris neque, scelerisque sed commodo accumsan, sodales vitae tortor.

View File

@ -1,7 +1,7 @@
---
title: introductory web development and terminal basics
handle: inherentlee
server: flipping.rocks
handle: "@inherentlee@flipping.rocks"
url: "flipping.rocks/@inherentlee"
tags: technology
blurb: I'm happy to help you set up a personal or hobby site with HTML, CSS, and JS basics, or maybe a static site generator! Alternately, I'll talk about git and the terminal.
date: 2026-04-29

View File

@ -1,7 +1,7 @@
---
title:
handle:
server:
url:
tags:
blurb:
date:

View File

@ -1,7 +1,7 @@
---
title: what the hell is C?
handle: twinkle
server: sweet.succubi.services
handle: "@twinkle@sweet.succubi.services"
url: "sweet.succubi.services/twinkle"
tags: technology
blurb: Have you wanted to get into programming but don't know where to start? Do you know a programming language already but feel like you don't get Why Things Are Like This? I myself started out with the C programming language-- and I'd love to pass on the knowledge to more people, because I think a good programming lesson is rare nowadays!
date: 2026-05-01

View File

@ -35,8 +35,8 @@ title: Fediverse Skillshare Classifieds
<h3>{{ listing.data.title }}</h3>
<p class="blurb">
<strong>
<a href="https://{{ listing.data.server }}/@{{ listing.data.handle }}"
target="_blank">@{{ listing.data.handle }}@{{ listing.data.server}}</a>
<a href="https://{{ listing.data.url }}"
target="_blank">{{ listing.data.handle }}</a>
offers:</strong> {{ listing.data.blurb }}
</p>
<p class="listed-on">

View File

@ -15,7 +15,7 @@ title: Submit a Listing
<p>To submit to the Skillshare Classifieds, you'll need:</p>
<ul>
<li>your fediverse handle</li>
<li>the link to your fediverse profile</li>
<li>the <a href="#category-guide">most relevant category</a> for your listing</li>
<li>a title for your offering</li>
<li>a short description</li>