NixNet/_includes/webring-out.html

77 lines
2.6 KiB
HTML
Raw Normal View History

2019-10-15 18:47:05 +00:00
<section class="webring">
<h3>Articles from blogs I follow around the internet</h3>
<section class="articles">
2019-12-19 02:35:09 +00:00
<div class="article">
<h4 class="title">
2020-06-17 20:08:32 +00:00
<a href="https://drewdevault.com/2020/06/15/Status-update.html" target="_blank" rel="noopener">Status update, June 2020</a>
2019-12-19 02:35:09 +00:00
</h4>
2020-06-17 20:08:32 +00:00
<p class="summary">Like last month, I am writing to you from the past, preparing this status update
a day earlier than usual. This time its because I expect to be busy with
planned sr.ht maintenance tomorrow, so Im getting the status updates written
ahead of time.
aerc has se…</p>
2019-12-19 02:35:09 +00:00
<small class="source">
2020-06-17 20:08:32 +00:00
via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
2019-12-19 02:35:09 +00:00
</small>
2020-06-17 20:08:32 +00:00
<small class="date">June 15, 2020</small>
2019-12-19 02:35:09 +00:00
</div>
<div class="article">
<h4 class="title">
2020-06-17 20:08:32 +00:00
<a href="https://kevq.uk/how-much-does-it-cost-to-run-this-blog/" target="_blank" rel="noopener">How Much Does It Cost To Run This Blog?</a>
</h4>
2020-06-17 20:08:32 +00:00
<p class="summary">My wife recently asked me how much it costs me to run this blog. I wasnt really sure to be honest, so I looked into it and the results were surprising. So I thought I would share the details to give you guys a general idea how much it costs to run a blog…</p>
<small class="source">
2020-06-17 20:08:32 +00:00
via <a href="https://kevq.uk">Kev Quirk</a>
</small>
2020-06-17 20:08:32 +00:00
<small class="date">June 13, 2020</small>
</div>
2019-11-14 19:46:25 +00:00
<div class="article">
<h4 class="title">
2020-06-08 19:40:51 +00:00
<a href="https://secluded.site/documenting-with-mediawiki/" target="_blank" rel="noopener">Documenting With MediaWiki</a>
2019-11-14 19:46:25 +00:00
</h4>
2020-06-08 19:40:51 +00:00
<p class="summary">Much to my chagrin, Ive hardly posted anything at all the past couple of weeks. This is partly due to university summer classes starting and partly due to me putting some work into NixNets documentation. After listening to Episode 4 of 2.5 Admins, I dec…</p>
2019-11-14 19:46:25 +00:00
<small class="source">
2020-06-08 19:40:51 +00:00
via <a href="https://secluded.site/posts/">Posts on Secluded.Site</a>
2019-11-14 19:46:25 +00:00
</small>
2020-06-08 19:40:51 +00:00
<small class="date">June 4, 2020</small>
2019-11-14 19:46:25 +00:00
</div>
2019-10-15 18:47:05 +00:00
</section>
<p class="attribution">
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</p>
</section>
<style>
.webring .articles {
display: flex;
flex-wrap: wrap;
margin: -0.5rem;
}
.webring .title {
margin: 0;
}
.webring .article {
flex: 1 1 0;
display: flex;
flex-direction: column;
margin: 0.5rem;
padding: 0.5rem;
background: #323234;
min-width: 10rem;
}
.webring .summary {
font-size: 0.8rem;
flex: 1 1 0;
}
.webring .attribution {
text-align: right;
font-size: 0.8rem;
color: #fff;
}
</style>