Compare commits
3 Commits
3f20d7317b
...
7d6c64e964
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d6c64e964 | |||
| 2615556003 | |||
| c2ff13327c |
@ -3,6 +3,7 @@ import { DateTime } from "luxon";
|
||||
export default function(eleventyConfig) {
|
||||
/* Filter by date */
|
||||
eleventyConfig.addFilter("filterByDate", (listings, date) => {
|
||||
if (date === null) return listings;
|
||||
date = DateTime.fromISO(date, { zone: "utc" });
|
||||
return listings.filter((listing) => {
|
||||
let postDate = DateTime.fromJSDate(listing.data.date, { zone: "utc" });
|
||||
|
||||
22
_includes/daily.njk
Normal file
22
_includes/daily.njk
Normal file
@ -0,0 +1,22 @@
|
||||
{% css %}
|
||||
section > h2 {
|
||||
background-color: var(--color-gray);
|
||||
font-size: 2rem;
|
||||
text-align: center;
|
||||
margin: 5rem 0 1rem;
|
||||
}
|
||||
{% endcss %}
|
||||
|
||||
<section>
|
||||
<h2>Offers</h2>
|
||||
|
||||
{% set category = "offers" %}
|
||||
{% include "listings.njk" %}
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Requests</h2>
|
||||
|
||||
{% set category = "requests" %}
|
||||
{% include "listings.njk" %}
|
||||
</section>
|
||||
@ -1,14 +1,15 @@
|
||||
<div id="listings">
|
||||
<div class="listings">
|
||||
{% for tag in collections | getKeys | removeCoreTags | sortAlphabetically %}
|
||||
<div class="category">
|
||||
<div class="category-title">
|
||||
<h2>{{ tag }}</h2>
|
||||
<p>{{ tag | getTagline }}</p>
|
||||
</div>
|
||||
{% if collections[tag] | filterByDate(today) | length == 0 %}
|
||||
{% set listings = collections[tag] | filterByDate(day) | filterByTag(category) %}
|
||||
{% if listings | length == 0 %}
|
||||
<p>No listings.</p>
|
||||
{% endif %}
|
||||
{% for listing in collections[tag] | filterByDate(today) | sortAlphabeticallyByTitle %}
|
||||
{% for listing in listings | sortAlphabeticallyByTitle %}
|
||||
{% include "listing.njk" %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
@ -93,6 +93,10 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
@ -234,6 +238,6 @@ a[aria-current="page"] {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/404.html` was built on 2026-05-06T14:42:25.369Z -->
|
||||
<!-- This page `/404.html` was built on 2026-05-06T15:28:18.698Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -93,6 +93,10 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
@ -244,6 +248,12 @@ a[aria-current="page"] {
|
||||
you reach out to about compensation!
|
||||
</p>
|
||||
|
||||
<h2 id="how-do-i-take-down-my-listing">How do I take down my listing?</h2>
|
||||
|
||||
<p>
|
||||
Message me and I'll remove it.
|
||||
</p>
|
||||
|
||||
<h2 id="who-made-this">Who made this?</h2>
|
||||
|
||||
<p>
|
||||
@ -281,6 +291,6 @@ a[aria-current="page"] {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/about/` was built on 2026-05-06T14:42:25.369Z -->
|
||||
<!-- This page `/about/` was built on 2026-05-06T15:28:18.697Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -203,6 +203,10 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
@ -325,6 +329,8 @@ a[aria-current="page"] {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -333,6 +339,7 @@ a[aria-current="page"] {
|
||||
<p>touchin' grass</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -344,6 +351,7 @@ a[aria-current="page"] {
|
||||
<p>makin' stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -355,6 +363,7 @@ a[aria-current="page"] {
|
||||
<p>feelin' good</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -366,6 +375,7 @@ a[aria-current="page"] {
|
||||
<p>makin' money</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -377,6 +387,7 @@ a[aria-current="page"] {
|
||||
<p>good eatin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -388,6 +399,7 @@ a[aria-current="page"] {
|
||||
<p>book learnin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -399,6 +411,7 @@ a[aria-current="page"] {
|
||||
<p>better livin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -410,6 +423,7 @@ a[aria-current="page"] {
|
||||
<p>leaves me guessin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -421,6 +435,7 @@ a[aria-current="page"] {
|
||||
<p>fixin' stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -433,6 +448,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="introductory-web-development-and-terminal-basics">introductory web development and terminal basics</h3>
|
||||
<p class="blurb">
|
||||
@ -457,6 +473,7 @@ a[aria-current="page"] {
|
||||
<p>wordsmithin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -485,6 +502,6 @@ a[aria-current="page"] {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-04-29/` was built on 2026-05-06T14:42:25.364Z -->
|
||||
<!-- This page `/daily/2026-04-29/` was built on 2026-05-06T15:28:18.691Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -203,6 +203,10 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
@ -325,6 +329,8 @@ a[aria-current="page"] {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -334,6 +340,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="home-gardening-including-low-spoons">🌿Home gardening - including low spoons 🪴🧑🏼🦽</h3>
|
||||
<p class="blurb">
|
||||
@ -370,6 +377,7 @@ a[aria-current="page"] {
|
||||
<p>makin' stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -382,6 +390,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="making-the-respirator-and-masking-experience-better">Making the Respirator and Masking Experience Better</h3>
|
||||
<p class="blurb">
|
||||
@ -405,6 +414,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="answers-to-your-silly-marketing-questions">Answers to Your Silly Marketing Questions</h3>
|
||||
<p class="blurb">
|
||||
@ -427,6 +437,7 @@ a[aria-current="page"] {
|
||||
<p>good eatin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -439,6 +450,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="ask-a-math-teacher">Ask a math teacher</h3>
|
||||
<p class="blurb">
|
||||
@ -475,6 +487,7 @@ a[aria-current="page"] {
|
||||
<p>better livin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -487,6 +500,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="learn-lockpicking-with-alice">Learn Lockpicking with Alice</h3>
|
||||
<p class="blurb">
|
||||
@ -509,6 +523,7 @@ a[aria-current="page"] {
|
||||
<p>fixin' stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -521,6 +536,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="mobile-device-hacking-advice">Mobile device hacking advice</h3>
|
||||
<p class="blurb">
|
||||
@ -557,6 +573,7 @@ a[aria-current="page"] {
|
||||
<p>wordsmithin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -585,6 +602,6 @@ a[aria-current="page"] {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-05-01/` was built on 2026-05-06T14:42:25.364Z -->
|
||||
<!-- This page `/daily/2026-05-01/` was built on 2026-05-06T15:28:18.692Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -203,6 +203,10 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
@ -325,6 +329,8 @@ a[aria-current="page"] {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -334,6 +340,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="intimacy-with-plants-discovering-their-unique-features">Intimacy with Plants - Discovering Their Unique Features</h3>
|
||||
<p class="blurb">
|
||||
@ -357,6 +364,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="art-design-critique-and-encouragement">Art/design critique and encouragement</h3>
|
||||
<p class="blurb">
|
||||
@ -393,6 +401,7 @@ a[aria-current="page"] {
|
||||
<p>feelin' good</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -404,6 +413,7 @@ a[aria-current="page"] {
|
||||
<p>makin' money</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -416,6 +426,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="how-do-i-make-this-without-meat-dairy-eggs">How do I make this without meat/dairy/eggs?!</h3>
|
||||
<p class="blurb">
|
||||
@ -453,6 +464,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="applied-statistics">Applied statistics</h3>
|
||||
<p class="blurb">
|
||||
@ -475,6 +487,7 @@ a[aria-current="page"] {
|
||||
<p>better livin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -486,6 +499,7 @@ a[aria-current="page"] {
|
||||
<p>leaves me guessin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -498,6 +512,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="how-to-mend-things">How To Mend Things</h3>
|
||||
<p class="blurb">
|
||||
@ -521,6 +536,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="nvda-screen-reader-basics-to-advanced">NVDA screen reader basics to advanced</h3>
|
||||
<p class="blurb">
|
||||
@ -544,6 +560,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="scientific-paper-editing">Scientific paper editing</h3>
|
||||
<p class="blurb">
|
||||
@ -583,6 +600,6 @@ a[aria-current="page"] {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-05-02/` was built on 2026-05-06T14:42:25.364Z -->
|
||||
<!-- This page `/daily/2026-05-02/` was built on 2026-05-06T15:28:18.692Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -203,6 +203,10 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
@ -325,6 +329,8 @@ a[aria-current="page"] {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -333,6 +339,7 @@ a[aria-current="page"] {
|
||||
<p>touchin' grass</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -344,6 +351,7 @@ a[aria-current="page"] {
|
||||
<p>makin' stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -356,6 +364,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="ama-about-parkrun">AMA about parkrun</h3>
|
||||
<p class="blurb">
|
||||
@ -378,6 +387,7 @@ a[aria-current="page"] {
|
||||
<p>makin' money</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -389,6 +399,7 @@ a[aria-current="page"] {
|
||||
<p>good eatin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -400,6 +411,7 @@ a[aria-current="page"] {
|
||||
<p>book learnin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -411,6 +423,7 @@ a[aria-current="page"] {
|
||||
<p>better livin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -422,6 +435,7 @@ a[aria-current="page"] {
|
||||
<p>leaves me guessin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -434,6 +448,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="emotional-support-and-technical-advice-when-repairing-your-bicycle">Emotional support and technical advice when repairing your bicycle</h3>
|
||||
<p class="blurb">
|
||||
@ -471,6 +486,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="renewable-energy-q-and-a">Renewable Energy Q&A</h3>
|
||||
<p class="blurb">
|
||||
@ -493,6 +509,7 @@ a[aria-current="page"] {
|
||||
<p>wordsmithin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -521,6 +538,6 @@ a[aria-current="page"] {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-05-03/` was built on 2026-05-06T14:42:25.365Z -->
|
||||
<!-- This page `/daily/2026-05-03/` was built on 2026-05-06T15:28:18.692Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -203,6 +203,10 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
@ -325,6 +329,8 @@ a[aria-current="page"] {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -334,6 +340,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="foraging-in-the-uk">Foraging in the UK</h3>
|
||||
<p class="blurb">
|
||||
@ -357,6 +364,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="got-questions-about-pixels-hit-me-up">Got questions about pixels? Hit me up!</h3>
|
||||
<p class="blurb">
|
||||
@ -380,6 +388,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="curious-about-trying-menstrual-cups-but-dont-know-who-to-ask">Curious about trying menstrual cups but don't know who to ask?</h3>
|
||||
<p class="blurb">
|
||||
@ -402,6 +411,7 @@ a[aria-current="page"] {
|
||||
<p>makin' money</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -413,6 +423,7 @@ a[aria-current="page"] {
|
||||
<p>good eatin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -425,6 +436,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="math-tutoring">math tutoring</h3>
|
||||
<p class="blurb">
|
||||
@ -449,6 +461,7 @@ a[aria-current="page"] {
|
||||
<p>better livin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -460,6 +473,7 @@ a[aria-current="page"] {
|
||||
<p>leaves me guessin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -472,6 +486,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="assistance-with-basic-car-repair-maintenance">Assistance with basic car repair/maintenance</h3>
|
||||
<p class="blurb">
|
||||
@ -495,6 +510,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="getting-started-on-digital-privacy">Getting started on digital privacy</h3>
|
||||
<p class="blurb">
|
||||
@ -519,6 +535,7 @@ a[aria-current="page"] {
|
||||
<p>wordsmithin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -547,6 +564,6 @@ a[aria-current="page"] {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-05-04/` was built on 2026-05-06T14:42:25.365Z -->
|
||||
<!-- This page `/daily/2026-05-04/` was built on 2026-05-06T15:28:18.692Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -203,6 +203,10 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
@ -325,6 +329,8 @@ a[aria-current="page"] {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -333,6 +339,7 @@ a[aria-current="page"] {
|
||||
<p>touchin' grass</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -345,6 +352,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="quilts-and-colors">Quilts and Colors!</h3>
|
||||
<p class="blurb">
|
||||
@ -367,6 +375,7 @@ a[aria-current="page"] {
|
||||
<p>feelin' good</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -378,6 +387,7 @@ a[aria-current="page"] {
|
||||
<p>makin' money</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -389,6 +399,7 @@ a[aria-current="page"] {
|
||||
<p>good eatin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -400,6 +411,7 @@ a[aria-current="page"] {
|
||||
<p>book learnin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -411,6 +423,7 @@ a[aria-current="page"] {
|
||||
<p>better livin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -422,6 +435,7 @@ a[aria-current="page"] {
|
||||
<p>leaves me guessin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -433,6 +447,7 @@ a[aria-current="page"] {
|
||||
<p>fixin' stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -444,6 +459,7 @@ a[aria-current="page"] {
|
||||
<p>computer touchin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -456,6 +472,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="short-fiction-and-nonfiction-editing">Short Fiction & Nonfiction Editing</h3>
|
||||
<p class="blurb">
|
||||
@ -495,6 +512,6 @@ a[aria-current="page"] {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-05-05/` was built on 2026-05-06T14:42:25.365Z -->
|
||||
<!-- This page `/daily/2026-05-05/` was built on 2026-05-06T15:28:18.692Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -203,6 +203,10 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
@ -325,6 +329,8 @@ a[aria-current="page"] {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -333,6 +339,7 @@ a[aria-current="page"] {
|
||||
<p>touchin' grass</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -345,6 +352,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="data-visualization-advice">Data visualization advice</h3>
|
||||
<p class="blurb">
|
||||
@ -383,6 +391,7 @@ a[aria-current="page"] {
|
||||
<p>feelin' good</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -394,6 +403,7 @@ a[aria-current="page"] {
|
||||
<p>makin' money</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -405,6 +415,7 @@ a[aria-current="page"] {
|
||||
<p>good eatin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -416,6 +427,7 @@ a[aria-current="page"] {
|
||||
<p>book learnin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -428,6 +440,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="reading-tarot-for-personal-introspection">Reading Tarot for Personal Introspection</h3>
|
||||
<p class="blurb">
|
||||
@ -450,6 +463,7 @@ a[aria-current="page"] {
|
||||
<p>leaves me guessin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -461,6 +475,7 @@ a[aria-current="page"] {
|
||||
<p>fixin' stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -472,6 +487,7 @@ a[aria-current="page"] {
|
||||
<p>computer touchin'</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -484,6 +500,7 @@ a[aria-current="page"] {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="writer-available-for-coaching-and-advising">writer available for coaching and advising</h3>
|
||||
<p class="blurb">
|
||||
@ -525,6 +542,6 @@ a[aria-current="page"] {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-05-06/` was built on 2026-05-06T14:42:25.365Z -->
|
||||
<!-- This page `/daily/2026-05-06/` was built on 2026-05-06T15:28:18.692Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -97,6 +97,10 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
@ -270,6 +274,6 @@ a[aria-current="page"] {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/` was built on 2026-05-06T14:42:25.369Z -->
|
||||
<!-- This page `/daily/` was built on 2026-05-06T15:28:18.697Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -18,6 +18,8 @@
|
||||
<content type="html">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -26,6 +28,7 @@
|
||||
<p>touchin&#39; grass</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -38,6 +41,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="data-visualization-advice">Data visualization advice</h3>
|
||||
<p class="blurb">
|
||||
@ -76,6 +80,7 @@
|
||||
<p>feelin&#39; good</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -87,6 +92,7 @@
|
||||
<p>makin&#39; money</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -98,6 +104,7 @@
|
||||
<p>good eatin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -109,6 +116,7 @@
|
||||
<p>book learnin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -121,6 +129,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="reading-tarot-for-personal-introspection">Reading Tarot for Personal Introspection</h3>
|
||||
<p class="blurb">
|
||||
@ -143,6 +152,7 @@
|
||||
<p>leaves me guessin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -154,6 +164,7 @@
|
||||
<p>fixin&#39; stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -165,6 +176,7 @@
|
||||
<p>computer touchin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -177,6 +189,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="writer-available-for-coaching-and-advising">writer available for coaching and advising</h3>
|
||||
<p class="blurb">
|
||||
@ -207,6 +220,8 @@
|
||||
<content type="html">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -215,6 +230,7 @@
|
||||
<p>touchin&#39; grass</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -227,6 +243,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="quilts-and-colors">Quilts and Colors!</h3>
|
||||
<p class="blurb">
|
||||
@ -249,6 +266,7 @@
|
||||
<p>feelin&#39; good</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -260,6 +278,7 @@
|
||||
<p>makin&#39; money</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -271,6 +290,7 @@
|
||||
<p>good eatin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -282,6 +302,7 @@
|
||||
<p>book learnin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -293,6 +314,7 @@
|
||||
<p>better livin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -304,6 +326,7 @@
|
||||
<p>leaves me guessin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -315,6 +338,7 @@
|
||||
<p>fixin&#39; stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -326,6 +350,7 @@
|
||||
<p>computer touchin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -338,6 +363,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="short-fiction-and-nonfiction-editing">Short Fiction &amp; Nonfiction Editing</h3>
|
||||
<p class="blurb">
|
||||
@ -366,6 +392,8 @@
|
||||
<content type="html">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -375,6 +403,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="foraging-in-the-uk">Foraging in the UK</h3>
|
||||
<p class="blurb">
|
||||
@ -398,6 +427,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="got-questions-about-pixels-hit-me-up">Got questions about pixels? Hit me up!</h3>
|
||||
<p class="blurb">
|
||||
@ -421,6 +451,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="curious-about-trying-menstrual-cups-but-dont-know-who-to-ask">Curious about trying menstrual cups but don&#39;t know who to ask?</h3>
|
||||
<p class="blurb">
|
||||
@ -443,6 +474,7 @@
|
||||
<p>makin&#39; money</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -454,6 +486,7 @@
|
||||
<p>good eatin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -466,6 +499,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="math-tutoring">math tutoring</h3>
|
||||
<p class="blurb">
|
||||
@ -490,6 +524,7 @@
|
||||
<p>better livin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -501,6 +536,7 @@
|
||||
<p>leaves me guessin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -513,6 +549,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="assistance-with-basic-car-repair-maintenance">Assistance with basic car repair/maintenance</h3>
|
||||
<p class="blurb">
|
||||
@ -536,6 +573,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="getting-started-on-digital-privacy">Getting started on digital privacy</h3>
|
||||
<p class="blurb">
|
||||
@ -560,6 +598,7 @@
|
||||
<p>wordsmithin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -577,6 +616,8 @@
|
||||
<content type="html">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -585,6 +626,7 @@
|
||||
<p>touchin&#39; grass</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -596,6 +638,7 @@
|
||||
<p>makin&#39; stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -608,6 +651,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="ama-about-parkrun">AMA about parkrun</h3>
|
||||
<p class="blurb">
|
||||
@ -630,6 +674,7 @@
|
||||
<p>makin&#39; money</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -641,6 +686,7 @@
|
||||
<p>good eatin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -652,6 +698,7 @@
|
||||
<p>book learnin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -663,6 +710,7 @@
|
||||
<p>better livin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -674,6 +722,7 @@
|
||||
<p>leaves me guessin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -686,6 +735,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="emotional-support-and-technical-advice-when-repairing-your-bicycle">Emotional support and technical advice when repairing your bicycle</h3>
|
||||
<p class="blurb">
|
||||
@ -723,6 +773,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="renewable-energy-q-and-a">Renewable Energy Q&amp;A</h3>
|
||||
<p class="blurb">
|
||||
@ -745,6 +796,7 @@
|
||||
<p>wordsmithin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -762,6 +814,8 @@
|
||||
<content type="html">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -771,6 +825,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="intimacy-with-plants-discovering-their-unique-features">Intimacy with Plants - Discovering Their Unique Features</h3>
|
||||
<p class="blurb">
|
||||
@ -794,6 +849,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="art-design-critique-and-encouragement">Art/design critique and encouragement</h3>
|
||||
<p class="blurb">
|
||||
@ -830,6 +886,7 @@
|
||||
<p>feelin&#39; good</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -841,6 +898,7 @@
|
||||
<p>makin&#39; money</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -853,6 +911,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="how-do-i-make-this-without-meat-dairy-eggs">How do I make this without meat/dairy/eggs?!</h3>
|
||||
<p class="blurb">
|
||||
@ -890,6 +949,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="applied-statistics">Applied statistics</h3>
|
||||
<p class="blurb">
|
||||
@ -912,6 +972,7 @@
|
||||
<p>better livin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -923,6 +984,7 @@
|
||||
<p>leaves me guessin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -935,6 +997,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="how-to-mend-things">How To Mend Things</h3>
|
||||
<p class="blurb">
|
||||
@ -958,6 +1021,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="nvda-screen-reader-basics-to-advanced">NVDA screen reader basics to advanced</h3>
|
||||
<p class="blurb">
|
||||
@ -981,6 +1045,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="scientific-paper-editing">Scientific paper editing</h3>
|
||||
<p class="blurb">
|
||||
@ -1009,6 +1074,8 @@
|
||||
<content type="html">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -1018,6 +1085,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="home-gardening-including-low-spoons">🌿Home gardening - including low spoons 🪴🧑🏼🦽</h3>
|
||||
<p class="blurb">
|
||||
@ -1054,6 +1122,7 @@
|
||||
<p>makin&#39; stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1066,6 +1135,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="making-the-respirator-and-masking-experience-better">Making the Respirator and Masking Experience Better</h3>
|
||||
<p class="blurb">
|
||||
@ -1089,6 +1159,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="answers-to-your-silly-marketing-questions">Answers to Your Silly Marketing Questions</h3>
|
||||
<p class="blurb">
|
||||
@ -1111,6 +1182,7 @@
|
||||
<p>good eatin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1123,6 +1195,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="ask-a-math-teacher">Ask a math teacher</h3>
|
||||
<p class="blurb">
|
||||
@ -1159,6 +1232,7 @@
|
||||
<p>better livin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1171,6 +1245,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="learn-lockpicking-with-alice">Learn Lockpicking with Alice</h3>
|
||||
<p class="blurb">
|
||||
@ -1193,6 +1268,7 @@
|
||||
<p>fixin&#39; stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1205,6 +1281,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="mobile-device-hacking-advice">Mobile device hacking advice</h3>
|
||||
<p class="blurb">
|
||||
@ -1241,6 +1318,7 @@
|
||||
<p>wordsmithin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1258,6 +1336,8 @@
|
||||
<content type="html">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -1266,6 +1346,7 @@
|
||||
<p>touchin&#39; grass</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1277,6 +1358,7 @@
|
||||
<p>makin&#39; stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1288,6 +1370,7 @@
|
||||
<p>feelin&#39; good</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1299,6 +1382,7 @@
|
||||
<p>makin&#39; money</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1310,6 +1394,7 @@
|
||||
<p>good eatin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1321,6 +1406,7 @@
|
||||
<p>book learnin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1332,6 +1418,7 @@
|
||||
<p>better livin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1343,6 +1430,7 @@
|
||||
<p>leaves me guessin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1354,6 +1442,7 @@
|
||||
<p>fixin&#39; stuff</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
@ -1366,6 +1455,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="listing">
|
||||
<h3 id="introductory-web-development-and-terminal-basics">introductory web development and terminal basics</h3>
|
||||
<p class="blurb">
|
||||
@ -1390,6 +1480,7 @@
|
||||
<p>wordsmithin&#39;</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>No listings.</p>
|
||||
|
||||
|
||||
|
||||
@ -203,6 +203,10 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
@ -375,6 +379,9 @@ a[aria-current="page"] {
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listings">
|
||||
|
||||
<div class="category">
|
||||
@ -989,6 +996,7 @@ a[aria-current="page"] {
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
@ -1009,6 +1017,6 @@ a[aria-current="page"] {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/` was built on 2026-05-06T14:42:25.369Z -->
|
||||
<!-- This page `/` was built on 2026-05-06T15:28:18.697Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -30,6 +30,11 @@
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
}
|
||||
|
||||
.requests-update {
|
||||
padding: 1rem;
|
||||
border: solid var(--color-cyan);
|
||||
}
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
@ -99,6 +104,10 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
@ -221,10 +230,16 @@ a[aria-current="page"] {
|
||||
|
||||
|
||||
|
||||
<p class="requests-update">
|
||||
<em>Hey! Listen!</em> I'm working on supporting requests as well as offers,
|
||||
so don't be surprised to see that on the submission form. Coming soon to the site!
|
||||
</p>
|
||||
|
||||
<p>To submit to the FediLearns Classifieds, you'll need:</p>
|
||||
|
||||
<ul>
|
||||
<li>the link to your fediverse profile</li>
|
||||
<li>whether your listing is an offer or a request for help</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>
|
||||
@ -346,6 +361,6 @@ a[aria-current="page"] {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/submit/` was built on 2026-05-06T14:42:25.369Z -->
|
||||
<!-- This page `/submit/` was built on 2026-05-06T15:28:18.698Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
#listings {
|
||||
.listings {
|
||||
columns: 3;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
#listings {
|
||||
.listings {
|
||||
columns: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
#listings {
|
||||
.listings {
|
||||
columns: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@ -67,6 +67,10 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
|
||||
@ -33,6 +33,12 @@ title: About the Classifieds
|
||||
you reach out to about compensation!
|
||||
</p>
|
||||
|
||||
<h2>How do I take down my listing?</h2>
|
||||
|
||||
<p>
|
||||
Message me and I'll remove it.
|
||||
</p>
|
||||
|
||||
<h2>Who made this?</h2>
|
||||
|
||||
<p>
|
||||
|
||||
@ -3,5 +3,5 @@ title: April 29th, 2026
|
||||
---
|
||||
{% css %}{% include "css/listings.css" %}{% endcss %}
|
||||
|
||||
{% set today = "2026-04-29" %}
|
||||
{% include "daily-listings.njk" %}
|
||||
{% set day = "2026-04-29" %}
|
||||
{% include "daily.njk" %}
|
||||
|
||||
@ -3,5 +3,5 @@ title: May 1st, 2026
|
||||
---
|
||||
{% css %}{% include "css/listings.css" %}{% endcss %}
|
||||
|
||||
{% set today = "2026-05-01" %}
|
||||
{% include "daily-listings.njk" %}
|
||||
{% set day = "2026-05-01" %}
|
||||
{% include "daily.njk" %}
|
||||
|
||||
@ -3,5 +3,5 @@ title: May 2nd, 2026
|
||||
---
|
||||
{% css %}{% include "css/listings.css" %}{% endcss %}
|
||||
|
||||
{% set today = "2026-05-02" %}
|
||||
{% include "daily-listings.njk" %}
|
||||
{% set day = "2026-05-02" %}
|
||||
{% include "daily.njk" %}
|
||||
|
||||
@ -3,5 +3,5 @@ title: May 3rd, 2026
|
||||
---
|
||||
{% css %}{% include "css/listings.css" %}{% endcss %}
|
||||
|
||||
{% set today = "2026-05-03" %}
|
||||
{% include "daily-listings.njk" %}
|
||||
{% set day = "2026-05-03" %}
|
||||
{% include "daily.njk" %}
|
||||
|
||||
@ -3,5 +3,5 @@ title: May 4th, 2026
|
||||
---
|
||||
{% css %}{% include "css/listings.css" %}{% endcss %}
|
||||
|
||||
{% set today = "2026-05-04" %}
|
||||
{% include "daily-listings.njk" %}
|
||||
{% set day = "2026-05-04" %}
|
||||
{% include "daily.njk" %}
|
||||
|
||||
@ -3,5 +3,5 @@ title: May 5th, 2026
|
||||
---
|
||||
{% css %}{% include "css/listings.css" %}{% endcss %}
|
||||
|
||||
{% set today = "2026-05-05" %}
|
||||
{% include "daily-listings.njk" %}
|
||||
{% set day = "2026-05-05" %}
|
||||
{% include "daily.njk" %}
|
||||
|
||||
@ -3,5 +3,5 @@ title: May 6th, 2026
|
||||
---
|
||||
{% css %}{% include "css/listings.css" %}{% endcss %}
|
||||
|
||||
{% set today = "2026-05-06" %}
|
||||
{% include "daily-listings.njk" %}
|
||||
{% set day = "2026-05-06" %}
|
||||
{% include "daily.njk" %}
|
||||
|
||||
@ -14,20 +14,6 @@ title: FediLearns Classifieds
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="listings">
|
||||
{% for tag in collections | getKeys | removeCoreTags | sortAlphabetically %}
|
||||
<div class="category">
|
||||
<div class="category-title">
|
||||
<h2>{{ tag }}</h2>
|
||||
<p>{{ tag | getTagline }}</p>
|
||||
</div>
|
||||
{% set listings = collections[tag] | filterByTag("offers") %}
|
||||
{% if listings | length == 0 %}
|
||||
<p>No listings.</p>
|
||||
{% endif %}
|
||||
{% for listing in listings | sortAlphabeticallyByTitle %}
|
||||
{% include "listing.njk" %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% set day = null %}
|
||||
{% set category = "offers" %}
|
||||
{% include "listings.njk" %}
|
||||
|
||||
@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Navigating Workplace Transition
|
||||
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.
|
||||
date: 2026-04-28
|
||||
---
|
||||
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
tags: [
|
||||
"animals and the outdoors"
|
||||
]
|
||||
};
|
||||
5
src/requests/art-and-crafts/art-and-crafts.11tydata.js
Normal file
5
src/requests/art-and-crafts/art-and-crafts.11tydata.js
Normal file
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
tags: [
|
||||
"art and crafts"
|
||||
]
|
||||
};
|
||||
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
tags: [
|
||||
"beauty and health"
|
||||
]
|
||||
};
|
||||
5
src/requests/business/business.11tydata.js
Normal file
5
src/requests/business/business.11tydata.js
Normal file
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
tags: [
|
||||
"business"
|
||||
]
|
||||
};
|
||||
5
src/requests/food-and-drink/food-and-drink.11tydata.js
Normal file
5
src/requests/food-and-drink/food-and-drink.11tydata.js
Normal file
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
tags: [
|
||||
"food and drink"
|
||||
]
|
||||
};
|
||||
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
tags: [
|
||||
"history science and languages"
|
||||
]
|
||||
};
|
||||
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
tags: [
|
||||
"interpersonal and life"
|
||||
]
|
||||
};
|
||||
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
tags: [
|
||||
"miscellany and more"
|
||||
]
|
||||
};
|
||||
5
src/requests/repair-and-diy/repair-and-diy.11tydata.js
Normal file
5
src/requests/repair-and-diy/repair-and-diy.11tydata.js
Normal file
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
tags: [
|
||||
"repair and diy"
|
||||
]
|
||||
};
|
||||
6
src/requests/requests.11tydata.js
Normal file
6
src/requests/requests.11tydata.js
Normal file
@ -0,0 +1,6 @@
|
||||
export default {
|
||||
permalink: false,
|
||||
tags: [
|
||||
"requests"
|
||||
]
|
||||
};
|
||||
5
src/requests/technology/technology.11tydata.js
Normal file
5
src/requests/technology/technology.11tydata.js
Normal file
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
tags: [
|
||||
"technology"
|
||||
]
|
||||
};
|
||||
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
tags: [
|
||||
"writing editing and literature"
|
||||
]
|
||||
};
|
||||
@ -9,12 +9,23 @@ title: Submit a Listing
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
}
|
||||
|
||||
.requests-update {
|
||||
padding: 1rem;
|
||||
border: solid var(--color-cyan);
|
||||
}
|
||||
{% endcss %}
|
||||
|
||||
<p class="requests-update">
|
||||
<em>Hey! Listen!</em> I'm working on supporting requests as well as offers,
|
||||
so don't be surprised to see that on the submission form. Coming soon to the site!
|
||||
</p>
|
||||
|
||||
<p>To submit to the FediLearns Classifieds, you'll need:</p>
|
||||
|
||||
<ul>
|
||||
<li>the link to your fediverse profile</li>
|
||||
<li>whether your listing is an offer or a request for help</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>
|
||||
|
||||
Reference in New Issue
Block a user