website/layouts/partials/openring.html

93 lines
3.2 KiB
HTML
Raw Normal View History

2020-11-06 22:16:12 +00:00
<hr/>
<section class="webring">
<h3>Posts from other blogs I follow</h3>
<section class="articles">
<div class="webring__article">
2020-11-07 00:05:32 +00:00
<p class="webring__title">
<a href="https://sachachua.com/blog/2020/11/2020-11-02-emacs-news/" target="_blank" rel="noopener">2020-11-02 Emacs news</a>
</p>
2020-11-06 22:16:12 +00:00
<span class="webring__metadata">
<small class="webring__source">
2020-11-07 00:05:32 +00:00
via <a href="https://sachachua.com/blog">sacha chua :: living an awesome life</a>
2020-11-06 22:16:12 +00:00
</small>
2020-11-07 00:05:32 +00:00
<small class="webring__date">- <date datetime="2020-11-03 03:26:00 &#43;0000 &#43;0000">2020-11-03</date></small>
2020-11-06 22:16:12 +00:00
</span>
</div>
<div class="webring__article">
2020-11-07 00:05:32 +00:00
<p class="webring__title">
<a href="https://ma.ttias.be/cronweekly/issue-155/" target="_blank" rel="noopener">cron.weekly issue #155: Fedora, pandoc, youtube-dl, vdx &amp; more</a>
</p>
2020-11-06 22:16:12 +00:00
<span class="webring__metadata">
<small class="webring__source">
2020-11-07 00:05:32 +00:00
via <a href="https://ma.ttias.be/cronweekly/">The cron.weekly newsletter on ma.ttias.be</a>
2020-11-06 22:16:12 +00:00
</small>
2020-11-07 00:05:32 +00:00
<small class="webring__date">- <date datetime="2020-11-01 06:50:00 &#43;0100 &#43;0100">2020-11-01</date></small>
2020-11-06 22:16:12 +00:00
</span>
</div>
<div class="webring__article">
2020-11-07 00:05:32 +00:00
<p class="webring__title">
<a href="https://fasterthanli.me/articles/whats-in-a-rainbow-table" target="_blank" rel="noopener">What&#39;s in a Rainbow table?</a>
</p>
2020-11-06 22:16:12 +00:00
<span class="webring__metadata">
<small class="webring__source">
2020-11-07 00:05:32 +00:00
via <a href="https://fasterthanli.me">fasterthanli.me</a>
2020-11-06 22:16:12 +00:00
</small>
2020-11-07 00:05:32 +00:00
<small class="webring__date">- <date datetime="2020-10-28 22:30:00 &#43;0000 &#43;0000">2020-10-28</date></small>
2020-11-06 22:16:12 +00:00
</span>
</div>
<div class="webring__article">
2020-11-07 00:05:32 +00:00
<p class="webring__title">
<a href="https://guix.gnu.org/blog/2020/online-guix-day-announce-1/" target="_blank" rel="noopener">Announcing the first online Guix Day Conference</a>
</p>
2020-11-06 22:16:12 +00:00
<span class="webring__metadata">
<small class="webring__source">
2020-11-07 00:05:32 +00:00
via <a href="https://guix.gnu.org/blog/">GNU Guix — Blog</a>
2020-11-06 22:16:12 +00:00
</small>
2020-11-07 00:05:32 +00:00
<small class="webring__date">- <date datetime="2020-10-16 00:00:00 &#43;0000 UTC">2020-10-16</date></small>
2020-11-06 22:16:12 +00:00
</span>
</div>
<div class="webring__article">
2020-11-07 00:05:32 +00:00
<p class="webring__title">
<a href="http://malloc47.com/migrating-to-nixos/" target="_blank" rel="noopener">Migrating to NixOS</a>
</p>
2020-11-06 22:16:12 +00:00
<span class="webring__metadata">
<small class="webring__source">
2020-11-07 00:05:32 +00:00
via <a href="http://malloc47.com/">malloc47</a>
2020-11-06 22:16:12 +00:00
</small>
2020-11-07 00:05:32 +00:00
<small class="webring__date">- <date datetime="2019-03-14 00:00:00 &#43;0000 &#43;0000">2019-03-14</date></small>
2020-11-06 22:16:12 +00:00
</span>
</div>
</section>
<p class="webring__attribution">
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</p>
</section>
<style>
.webring .articles {
margin: -0.5rem;
}
.webring__title {
margin: 0;
}
.webring__article {
margin: 0.5rem;
padding: 0.5rem;
background: var(--base01);
}
.webring__attribution {
text-align: right;
font-size: 0.8rem;
color: var(--base03);
}
</style>