This commit is contained in:
2026-05-08 14:21:44 -07:00
parent 2a77e26165
commit ce99862505
16 changed files with 1074 additions and 15 deletions

View File

@ -239,6 +239,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/404.html` was built on 2026-05-07T22:29:17.377Z --> <!-- This page `/404.html` was built on 2026-05-08T21:21:34.186Z -->
</body> </body>
</html> </html>

View File

@ -292,6 +292,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/about/` was built on 2026-05-07T22:29:17.377Z --> <!-- This page `/about/` was built on 2026-05-08T21:21:34.185Z -->
</body> </body>
</html> </html>

View File

@ -682,6 +682,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/daily/2026-04-29/` was built on 2026-05-07T22:29:17.373Z --> <!-- This page `/daily/2026-04-29/` was built on 2026-05-08T21:21:34.182Z -->
</body> </body>
</html> </html>

View File

@ -782,6 +782,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/daily/2026-05-01/` was built on 2026-05-07T22:29:17.373Z --> <!-- This page `/daily/2026-05-01/` was built on 2026-05-08T21:21:34.182Z -->
</body> </body>
</html> </html>

View File

@ -780,6 +780,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/daily/2026-05-02/` was built on 2026-05-07T22:29:17.373Z --> <!-- This page `/daily/2026-05-02/` was built on 2026-05-08T21:21:34.182Z -->
</body> </body>
</html> </html>

View File

@ -718,6 +718,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/daily/2026-05-03/` was built on 2026-05-07T22:29:17.374Z --> <!-- This page `/daily/2026-05-03/` was built on 2026-05-08T21:21:34.183Z -->
</body> </body>
</html> </html>

View File

@ -744,6 +744,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/daily/2026-05-04/` was built on 2026-05-07T22:29:17.374Z --> <!-- This page `/daily/2026-05-04/` was built on 2026-05-08T21:21:34.183Z -->
</body> </body>
</html> </html>

View File

@ -692,6 +692,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/daily/2026-05-05/` was built on 2026-05-07T22:29:17.374Z --> <!-- This page `/daily/2026-05-05/` was built on 2026-05-08T21:21:34.183Z -->
</body> </body>
</html> </html>

View File

@ -766,6 +766,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/daily/2026-05-06/` was built on 2026-05-07T22:29:17.374Z --> <!-- This page `/daily/2026-05-06/` was built on 2026-05-08T21:21:34.183Z -->
</body> </body>
</html> </html>

View File

@ -680,6 +680,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/daily/2026-05-07/` was built on 2026-05-07T22:29:17.374Z --> <!-- This page `/daily/2026-05-07/` was built on 2026-05-08T21:21:34.183Z -->
</body> </body>
</html> </html>

View File

@ -0,0 +1,701 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>May 8th, 2026 | FediLearns</title>
<meta name="description" content="Learning together, by and for the fediverse">
<meta property="og:title" content="May 8th, 2026 | FediLearns">
<meta property="og:type" content="website">
<meta property="og:description" content="Learning together, by and for the fediverse">
<meta property="og:site_name" content="FediLearns">
<meta property="og:image" content="/favicon.ico">
<meta property="og:image:alt" content="a newspaper icon with the fediverse logo, an interconnected rainbow pentagon, superimposed.">
<meta name="generator" content="Eleventy v3.1.5">
<style>.listings {
columns: 3;
}
@media (max-width: 1200px) {
.listings {
columns: 2;
}
}
@media (max-width: 650px) {
.listings {
columns: 1;
}
}
/* jump links */
#jump-links {
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: solid var(--color-pink);
}
#jump-links h2,
#jump-links li {
font-family: "Bebas Neue", sans-serif;
font-size: 1.3rem;
font-weight: normal;
}
#jump-links * {
display: inline;
}
#jump-links a {
text-decoration: none;
}
#jump-links li {
list-style: none;
margin: 0;
}
#jump-links li:not(:last-child)::after {
content: "..." / "";
}
/* categories */
.category {
break-inside: avoid;
}
.category-title {
background-color: var(--color-gray);
padding: .25rem;
margin-bottom: .5rem;
}
/* references highlighting */
/* drawn from https://aarontgrogg.com/blog/2012/05/18/pure-css-highlight-for-link-target/ */
.category-title:has(h2:target) {
animation: hilite 2.5s;
}
@keyframes hilite {
0% {background-color: var(--color-gray);}
10% {background-color: var(--color-cyan-flipped);}
100% {background-color: var(--color-gray);}
}
/* remove animation for reduced motion viewers */
@media (prefers-reduced-motion: reduce) {
.category-title:has(h2:target) {
animation: none;
color: var(--color-cyan);
}
}
.category-title h2 {
text-align: left;
scroll-margin-top: 4rem;
font-family: "Bebas Neue";
margin: 0;
}
.category-title p {
text-align: right;
font-weight: bold;
margin: 0;
}
/* individual listings */
.listing,
.request {
margin-bottom: 1rem;
}
.listing strong,
.request strong {
font-weight: bold;
}
.blurb {
margin-bottom: .5rem;
}
.listed-on {
font-size: .85rem;
text-align: right;
}
/* Requests page */
.title {
background-color: var(--color-gray);
padding: .25rem;
margin-bottom: .5rem;
display: flex;
justify-content: space-between;
flex-flow: row wrap;
}
.title h2 {
text-transform: capitalize;
margin: 0;
}
.title p {
font-family: "Bebas Neue", sans-serif;
font-size: 1.5rem;
margin: 0;
text-align: right;
margin-left: auto;
}
section > h2 {
background-color: var(--color-gray);
font-size: 2rem;
text-align: center;
margin: 5rem 0 1rem;
}
:root {
color-scheme: light dark;
--color-dark: #2e303e;
--color-dark-alt: #3c3f52;
--color-light: #ebeeef;
--color-light-alt: #dbe1e3;
--color-cyan-dark: #18737b;
--color-cyan-light: #25b0bc;
--color-pink-dark: #94195d;
--color-pink-light: #ee9fcb;
--color-text: light-dark(var(--color-dark), var(--color-light));
--color-bg: light-dark(var(--color-light), var(--color-dark));
--color-gray: light-dark(var(--color-light-alt), var(--color-dark-alt));
--color-cyan: light-dark(var(--color-cyan-dark), var(--color-cyan-light));
--color-cyan-flipped: light-dark(var(--color-cyan-light), var(--color-cyan-dark));
--color-pink: light-dark(var(--color-pink-dark), var(--color-pink-light));
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
color: var(--color-text);
background-color: var(--color-bg);
width: 65%;
max-width: 1400px;
margin: 0 auto;
font-family: "Fraunces", serif;
font-weight: 300;
}
main {
padding-bottom: 2rem;
}
@media (max-width: 1050px) {
body {
width: 85%
}
}
@media (max-width: 650px) {
body {
width: 92%;
}
}
h1, h2, h3 {
font-weight: 400;
}
h1 {
text-align: center;
font-size: 3rem;
margin: 3rem auto;
}
@media (max-width: 650px) {
h1 {
font-size: 2.4rem;
margin-top: 1rem;
}
}
h2 {
margin-bottom: .5rem;
}
h3 {
text-transform: capitalize;
margin-bottom: .5rem;
}
p {
margin-bottom: 1rem;
}
a {
color: var(--color-cyan);
text-decoration-thickness: .1rem;
transition: text-decoration-thickness .5s;
border-radius: .05rem;
}
a:visited {
color: var(--color-pink);
}
@media (any-hover: hover) {
a:hover {
text-decoration-thickness: .2rem;
}
}
a:focus-visible {
outline: solid var(--color-pink);
}
a:visited:focus-visible {
outline-color: var(--color-cyan);
}
main ul {
margin-left: 1rem;
margin-bottom: 1rem;
}
main li {
margin-left: 1rem;
}
/* iframe is on submission page */
iframe {
margin: 2rem 0;
}
nav {
padding: .25rem 0 1rem;
}
footer {
padding: 1rem 0;
}
nav ul,
footer ul {
list-style: none;
display: flex;
flex-flow: column;
text-align: center;
gap: .2rem;
}
header,
nav li,
footer li {
font-family: "Bebas Neue", sans-serif;
font-size: 1.3rem;
}
header {
border-bottom: solid var(--color-pink);
}
footer {
border-top: solid var(--color-pink);
}
a[aria-current="page"] {
text-decoration: line-through;
color: rgb(from var(--color-pink) r g b / 65%);
}
/* Skip link */
#skip {
-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
#skip:focus-visible {
-webkit-clip-path: none;
clip-path: none;
}</style>
<script type="module"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fraunces:opsz,wght@9..144,100..900&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<ul>
<li><a id="skip" href="#main">skip to content</a></li>
<li><a href="/">home page</a></li>
<li><a href="/about/">about this site</a></li>
<li><a href="/submit/">submit a listing</a></li>
<li><a href="/requests/">requests for help</a></li>
</ul>
</nav>
</header>
<main id="main">
<h1 id="may-8th-2026">May 8th, 2026</h1>
<section>
<h2 id="offers">Offers</h2>
<div class="listings">
<div class="category">
<div class="category-title">
<h2 id="animals-and-the-outdoors">animals and the outdoors</h2>
<p>touchin&#39; grass</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="art-and-crafts">art and crafts</h2>
<p>makin&#39; stuff</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="beauty-and-health">beauty and health</h2>
<p>feelin&#39; good</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="business">business</h2>
<p>makin&#39; money</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="food-and-drink">food and drink</h2>
<p>good eatin&#39;</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="history-science-and-languages">history science and languages</h2>
<p>book learnin&#39;</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="interpersonal-and-life">interpersonal and life</h2>
<p>better livin&#39;</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="miscellany-and-more">miscellany and more</h2>
<p>leaves me guessin&#39;</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="repair-and-diy">repair and diy</h2>
<p>fixin&#39; stuff</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="technology">technology</h2>
<p>computer touchin&#39;</p>
</div>
<div class="listing">
<h3 id="how-to-build-a-personal-website-with-eleventy">How to build a personal website with Eleventy</h3>
<p class="blurb">
<strong>
<a href="https://mastodon.world/@hamatti" target="_blank">@hamatti@mastodon.world</a>
offers:</strong> Would you like to have a personal website in the web but setting up and maintaing a complex system feels overwhelming? I&#39;d like to offer my help with learning how to use Eleventy, a static site generator, to build a site that requires no active maintenance other than content updates. You should know some basics of HTML and how to run commands from a command line to get the best out of this. I&#39;m in EEST timezones and have best availability between 11-16 but that&#39;s just a guideline so let&#39;s chat!
</p>
<p class="listed-on">
listed on <time datetime="2026-05-08">May 8, 2026</time>
</p>
</div>
<div class="listing">
<h3 id="learning-linux">Learning Linux</h3>
<p class="blurb">
<strong>
<a href="https://bribstodon.xyz/@brib" target="_blank">@brib@bribstodon.xyz</a>
offers:</strong> New to Linux and don&#39;t know where to start? Struggling to comb through reams of technical jargon? Wanting to get familiar with the terminal? I&#39;ve been using desktop Linux for 10 years, have recently started self-hosting web services, and will be happy to help demystify the process.
</p>
<p><strong>Suggested rate:</strong> Free for quick questions or a casual chat; pay-what-you-can (suggested rate £30/h) for longer sessions</p>
<p class="listed-on">
listed on <time datetime="2026-05-08">May 8, 2026</time>
</p>
</div>
</div>
<div class="category">
<div class="category-title">
<h2 id="writing-editing-and-literature">writing editing and literature</h2>
<p>wordsmithin&#39;</p>
</div>
<p>No listings.</p>
</div>
</div>
</section>
<section>
<h2 id="requests">Requests</h2>
<div class="listings">
<div class="category">
<div class="category-title">
<h2 id="animals-and-the-outdoors-2">animals and the outdoors</h2>
<p>touchin&#39; grass</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="art-and-crafts-2">art and crafts</h2>
<p>makin&#39; stuff</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="beauty-and-health-2">beauty and health</h2>
<p>feelin&#39; good</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="business-2">business</h2>
<p>makin&#39; money</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="food-and-drink-2">food and drink</h2>
<p>good eatin&#39;</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="history-science-and-languages-2">history science and languages</h2>
<p>book learnin&#39;</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="interpersonal-and-life-2">interpersonal and life</h2>
<p>better livin&#39;</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="miscellany-and-more-2">miscellany and more</h2>
<p>leaves me guessin&#39;</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="repair-and-diy-2">repair and diy</h2>
<p>fixin&#39; stuff</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="technology-2">technology</h2>
<p>computer touchin&#39;</p>
</div>
<p>No listings.</p>
</div>
<div class="category">
<div class="category-title">
<h2 id="writing-editing-and-literature-2">writing editing and literature</h2>
<p>wordsmithin&#39;</p>
</div>
<p>No listings.</p>
</div>
</div>
</section>
</main>
<footer>
<ul>
<li>
maintained by <a href="https://leecat.art" target="_blank">lee</a>
</li>
<li>
<a href="/daily/">Listings by day</a>
</li>
<li>
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
</li>
<li>
<a href="/feed.xml">RSS</a>
</li>
</ul>
</footer>
<!-- This page `/daily/2026-05-08/` was built on 2026-05-08T21:21:34.183Z -->
</body>
</html>

View File

@ -225,6 +225,10 @@ a[aria-current="page"] {
<ol> <ol>
<li>
<a href="/daily/2026-05-08/">May 8th, 2026</a>
</li>
<li> <li>
<a href="/daily/2026-05-07/">May 7th, 2026</a> <a href="/daily/2026-05-07/">May 7th, 2026</a>
</li> </li>
@ -279,6 +283,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/daily/` was built on 2026-05-07T22:29:17.377Z --> <!-- This page `/daily/` was built on 2026-05-08T21:21:34.186Z -->
</body> </body>
</html> </html>

View File

@ -5,11 +5,335 @@
<subtitle>Learning together, by and for the fediverse</subtitle> <subtitle>Learning together, by and for the fediverse</subtitle>
<link href="https://fedilearns.fyi/feed.xml" rel="self" /> <link href="https://fedilearns.fyi/feed.xml" rel="self" />
<link href="https://fedilearns.fyi/" /> <link href="https://fedilearns.fyi/" />
<updated>2026-05-07T00:00:00Z</updated> <updated>2026-05-08T00:00:00Z</updated>
<id>https://fedilearns.fyi/</id> <id>https://fedilearns.fyi/</id>
<author> <author>
<name>Lee Cattarin</name> <name>Lee Cattarin</name>
</author> </author>
<entry>
<title>May 8th, 2026</title>
<link href="https://fedilearns.fyi/daily/2026-05-08/" />
<updated>2026-05-08T00:00:00Z</updated>
<id>https://fedilearns.fyi/daily/2026-05-08/</id>
<content type="html">
&lt;section&gt;
&lt;h2 id=&quot;offers&quot;&gt;Offers&lt;/h2&gt;
&lt;div class=&quot;listings&quot;&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;animals-and-the-outdoors&quot;&gt;animals and the outdoors&lt;/h2&gt;
&lt;p&gt;touchin&amp;#39; grass&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;art-and-crafts&quot;&gt;art and crafts&lt;/h2&gt;
&lt;p&gt;makin&amp;#39; stuff&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;beauty-and-health&quot;&gt;beauty and health&lt;/h2&gt;
&lt;p&gt;feelin&amp;#39; good&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;business&quot;&gt;business&lt;/h2&gt;
&lt;p&gt;makin&amp;#39; money&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;food-and-drink&quot;&gt;food and drink&lt;/h2&gt;
&lt;p&gt;good eatin&amp;#39;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;history-science-and-languages&quot;&gt;history science and languages&lt;/h2&gt;
&lt;p&gt;book learnin&amp;#39;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;interpersonal-and-life&quot;&gt;interpersonal and life&lt;/h2&gt;
&lt;p&gt;better livin&amp;#39;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;miscellany-and-more&quot;&gt;miscellany and more&lt;/h2&gt;
&lt;p&gt;leaves me guessin&amp;#39;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;repair-and-diy&quot;&gt;repair and diy&lt;/h2&gt;
&lt;p&gt;fixin&amp;#39; stuff&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;technology&quot;&gt;technology&lt;/h2&gt;
&lt;p&gt;computer touchin&amp;#39;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;listing&quot;&gt;
&lt;h3 id=&quot;how-to-build-a-personal-website-with-eleventy&quot;&gt;How to build a personal website with Eleventy&lt;/h3&gt;
&lt;p class=&quot;blurb&quot;&gt;
&lt;strong&gt;
&lt;a href=&quot;https://mastodon.world/@hamatti&quot; target=&quot;_blank&quot;&gt;@hamatti@mastodon.world&lt;/a&gt;
offers:&lt;/strong&gt; Would you like to have a personal website in the web but setting up and maintaing a complex system feels overwhelming? I&amp;#39;d like to offer my help with learning how to use Eleventy, a static site generator, to build a site that requires no active maintenance other than content updates. You should know some basics of HTML and how to run commands from a command line to get the best out of this. I&amp;#39;m in EEST timezones and have best availability between 11-16 but that&amp;#39;s just a guideline so let&amp;#39;s chat!
&lt;/p&gt;
&lt;p class=&quot;listed-on&quot;&gt;
listed on &lt;time datetime=&quot;2026-05-08&quot;&gt;May 8, 2026&lt;/time&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;listing&quot;&gt;
&lt;h3 id=&quot;learning-linux&quot;&gt;Learning Linux&lt;/h3&gt;
&lt;p class=&quot;blurb&quot;&gt;
&lt;strong&gt;
&lt;a href=&quot;https://bribstodon.xyz/@brib&quot; target=&quot;_blank&quot;&gt;@brib@bribstodon.xyz&lt;/a&gt;
offers:&lt;/strong&gt; New to Linux and don&amp;#39;t know where to start? Struggling to comb through reams of technical jargon? Wanting to get familiar with the terminal? I&amp;#39;ve been using desktop Linux for 10 years, have recently started self-hosting web services, and will be happy to help demystify the process.
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Suggested rate:&lt;/strong&gt; Free for quick questions or a casual chat; pay-what-you-can (suggested rate £30/h) for longer sessions&lt;/p&gt;
&lt;p class=&quot;listed-on&quot;&gt;
listed on &lt;time datetime=&quot;2026-05-08&quot;&gt;May 8, 2026&lt;/time&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;writing-editing-and-literature&quot;&gt;writing editing and literature&lt;/h2&gt;
&lt;p&gt;wordsmithin&amp;#39;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
&lt;h2 id=&quot;requests&quot;&gt;Requests&lt;/h2&gt;
&lt;div class=&quot;listings&quot;&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;animals-and-the-outdoors-2&quot;&gt;animals and the outdoors&lt;/h2&gt;
&lt;p&gt;touchin&amp;#39; grass&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;art-and-crafts-2&quot;&gt;art and crafts&lt;/h2&gt;
&lt;p&gt;makin&amp;#39; stuff&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;beauty-and-health-2&quot;&gt;beauty and health&lt;/h2&gt;
&lt;p&gt;feelin&amp;#39; good&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;business-2&quot;&gt;business&lt;/h2&gt;
&lt;p&gt;makin&amp;#39; money&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;food-and-drink-2&quot;&gt;food and drink&lt;/h2&gt;
&lt;p&gt;good eatin&amp;#39;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;history-science-and-languages-2&quot;&gt;history science and languages&lt;/h2&gt;
&lt;p&gt;book learnin&amp;#39;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;interpersonal-and-life-2&quot;&gt;interpersonal and life&lt;/h2&gt;
&lt;p&gt;better livin&amp;#39;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;miscellany-and-more-2&quot;&gt;miscellany and more&lt;/h2&gt;
&lt;p&gt;leaves me guessin&amp;#39;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;repair-and-diy-2&quot;&gt;repair and diy&lt;/h2&gt;
&lt;p&gt;fixin&amp;#39; stuff&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;technology-2&quot;&gt;technology&lt;/h2&gt;
&lt;p&gt;computer touchin&amp;#39;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;category&quot;&gt;
&lt;div class=&quot;category-title&quot;&gt;
&lt;h2 id=&quot;writing-editing-and-literature-2&quot;&gt;writing editing and literature&lt;/h2&gt;
&lt;p&gt;wordsmithin&amp;#39;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;No listings.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
</content>
</entry>
<entry> <entry>
<title>May 7th, 2026</title> <title>May 7th, 2026</title>
<link href="https://fedilearns.fyi/daily/2026-05-07/" /> <link href="https://fedilearns.fyi/daily/2026-05-07/" />

View File

@ -935,6 +935,20 @@ a[aria-current="page"] {
</div> </div>
<div class="listing">
<h3 id="how-to-build-a-personal-website-with-eleventy">How to build a personal website with Eleventy</h3>
<p class="blurb">
<strong>
<a href="https://mastodon.world/@hamatti" target="_blank">@hamatti@mastodon.world</a>
offers:</strong> Would you like to have a personal website in the web but setting up and maintaing a complex system feels overwhelming? I&#39;d like to offer my help with learning how to use Eleventy, a static site generator, to build a site that requires no active maintenance other than content updates. You should know some basics of HTML and how to run commands from a command line to get the best out of this. I&#39;m in EEST timezones and have best availability between 11-16 but that&#39;s just a guideline so let&#39;s chat!
</p>
<p class="listed-on">
listed on <time datetime="2026-05-08">May 8, 2026</time>
</p>
</div>
<div class="listing"> <div class="listing">
<h3 id="introductory-web-development-and-terminal-basics">introductory web development and terminal basics</h3> <h3 id="introductory-web-development-and-terminal-basics">introductory web development and terminal basics</h3>
<p class="blurb"> <p class="blurb">
@ -951,6 +965,22 @@ a[aria-current="page"] {
</div> </div>
<div class="listing">
<h3 id="learning-linux">Learning Linux</h3>
<p class="blurb">
<strong>
<a href="https://bribstodon.xyz/@brib" target="_blank">@brib@bribstodon.xyz</a>
offers:</strong> New to Linux and don&#39;t know where to start? Struggling to comb through reams of technical jargon? Wanting to get familiar with the terminal? I&#39;ve been using desktop Linux for 10 years, have recently started self-hosting web services, and will be happy to help demystify the process.
</p>
<p><strong>Suggested rate:</strong> Free for quick questions or a casual chat; pay-what-you-can (suggested rate £30/h) for longer sessions</p>
<p class="listed-on">
listed on <time datetime="2026-05-08">May 8, 2026</time>
</p>
</div>
<div class="listing"> <div class="listing">
<h3 id="mobile-device-hacking-advice">Mobile device hacking advice</h3> <h3 id="mobile-device-hacking-advice">Mobile device hacking advice</h3>
<p class="blurb"> <p class="blurb">
@ -1102,6 +1132,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/` was built on 2026-05-07T22:29:17.377Z --> <!-- This page `/` was built on 2026-05-08T21:21:34.186Z -->
</body> </body>
</html> </html>

View File

@ -380,6 +380,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/requests/` was built on 2026-05-07T22:29:17.377Z --> <!-- This page `/requests/` was built on 2026-05-08T21:21:34.186Z -->
</body> </body>
</html> </html>

View File

@ -362,6 +362,6 @@ a[aria-current="page"] {
</footer> </footer>
<!-- This page `/submit/` was built on 2026-05-07T22:29:17.377Z --> <!-- This page `/submit/` was built on 2026-05-08T21:21:34.186Z -->
</body> </body>
</html> </html>