NixNet/_includes/webring-out.html

77 lines
2.7 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-11-14 19:46:25 +00:00
<div class="article">
<h4 class="title">
<a href="https://drewdevault.com/2019/11/20/China.html" target="_blank" rel="noopener">China</a>
2019-11-14 19:46:25 +00:00
</h4>
<p class="summary">This article will be difficult to read and was difficult to write. I hope that
you can stomach the uncomfortable nature of this topic and read my thoughts in
earnest. I usually focus on technology-related content, but at the end of the
day, this is my perso…</p>
2019-11-14 19:46:25 +00:00
<small class="source">
via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
2019-11-14 19:46:25 +00:00
</small>
<small class="date">November 20, 2019</small>
2019-11-14 19:46:25 +00:00
</div>
2019-10-15 18:47:05 +00:00
<div class="article">
<h4 class="title">
<a href="https://kevq.uk/coming-full-circle-from-grav-to-wordpress/" target="_blank" rel="noopener">Coming Full Circle From Grav To WordPress</a>
2019-10-15 18:47:05 +00:00
</h4>
<p class="summary">Woah, 2 posts in one day, arent you guys lucky! So Ive just published a post on why Im removing comments from this site. Now I want to talk about migrating from Grav to WordPress. When I originally re-launched this blog, I went with Ghost. Then I moved…</p>
2019-10-15 18:47:05 +00:00
<small class="source">
via <a href="https://kevq.uk">Kev Quirk</a>
2019-10-15 18:47:05 +00:00
</small>
<small class="date">November 19, 2019</small>
2019-10-15 18:47:05 +00:00
</div>
<div class="article">
<h4 class="title">
2019-11-19 14:19:25 +00:00
<a href="https://infosec-handbook.eu/blog/libreoffice63-redaction/" target="_blank" rel="noopener">How to redact sensitive information with LibreOffice 6.3&#43;</a>
2019-10-15 18:47:05 +00:00
</h4>
2019-11-19 14:19:25 +00:00
<p class="summary">LibreOffice 6.3 contains a new “redaction” feature. This feature allows editors to quickly redact (= remove) sensitive or confidential information from documents.
In this article, we show the risks of leaking information in documents, and the new redaction…</p>
2019-10-15 18:47:05 +00:00
<small class="source">
2019-11-19 14:19:25 +00:00
via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook information security blog</a>
2019-10-15 18:47:05 +00:00
</small>
2019-11-19 14:19:25 +00:00
<small class="date">November 10, 2019</small>
2019-10-15 18:47:05 +00:00
</div>
</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>