1<section class="webring">
2 <h3>Articles from blogs I follow around the internet</h3>
3 <section class="articles">
4
5 <div class="article">
6 <h4 class="title">
7 <a href="https://kevq.uk/coming-full-circle-from-grav-to-wordpress/" target="_blank" rel="noopener">Coming Full Circle – From Grav To WordPress</a>
8 </h4>
9 <p class="summary">Woah, 2 posts in one day, aren’t you guys lucky! So I’ve just published a post on why I’m 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>
10 <small class="source">
11 via <a href="https://kevq.uk">Kev Quirk</a>
12 </small>
13 <small class="date">November 19, 2019</small>
14 </div>
15
16 <div class="article">
17 <h4 class="title">
18 <a href="https://drewdevault.com/2019/11/15/Status-update-November-2019.html" target="_blank" rel="noopener">Status update, November 2019</a>
19 </h4>
20 <p class="summary">Today’s update is especially exciting, because today marks the 1 year
21anniversary of Sourcehut opening it’s alpha to public
22registration. I wrote a nice long article which goes into
23detail about what Sourcehut accomplished in 2019, what’s to come for 2020, a…</p>
24 <small class="source">
25 via <a href="https://drewdevault.com">Drew DeVault's Blog</a>
26 </small>
27 <small class="date">November 15, 2019</small>
28 </div>
29
30 <div class="article">
31 <h4 class="title">
32 <a href="https://infosec-handbook.eu/blog/libreoffice63-redaction/" target="_blank" rel="noopener">How to redact sensitive information with LibreOffice 6.3+</a>
33 </h4>
34 <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.
35
36In this article, we show the risks of leaking information in documents, and the new redaction…</p>
37 <small class="source">
38 via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook – information security blog</a>
39 </small>
40 <small class="date">November 10, 2019</small>
41 </div>
42
43 </section>
44 <p class="attribution">
45 Generated by
46 <a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
47 </p>
48</section>
49<style>
50.webring .articles {
51 display: flex;
52 flex-wrap: wrap;
53 margin: -0.5rem;
54}
55.webring .title {
56 margin: 0;
57}
58.webring .article {
59 flex: 1 1 0;
60 display: flex;
61 flex-direction: column;
62 margin: 0.5rem;
63 padding: 0.5rem;
64 background: #323234;
65 min-width: 10rem;
66}
67.webring .summary {
68 font-size: 0.8rem;
69 flex: 1 1 0;
70}
71.webring .attribution {
72 text-align: right;
73 font-size: 0.8rem;
74 color: #fff;
75}
76</style>