diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2022-11-09 15:32:42 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2022-11-09 15:32:42 +0700 |
commit | c4ffed21ab5fbba59f29e68995f0f9397f793266 (patch) | |
tree | a43732712cb08f7198f6f9c44018b25e0ed7d8fe /layouts | |
parent | 2e2068637412d271e9754c6c3d8afa1ac8e74588 (diff) | |
download | blog-c4ffed21ab5fbba59f29e68995f0f9397f793266.tar.gz |
Move from openring to fead
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/webring-articles.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/layouts/partials/webring-articles.html b/layouts/partials/webring-articles.html new file mode 100644 index 0000000..11de734 --- /dev/null +++ b/layouts/partials/webring-articles.html @@ -0,0 +1,36 @@ + <article class="footer-col article"> + <h3 class="title"> + <small> + <a href="https://www.alm.website/blog/2022-11-06-note-2" target="_blank" rel="noopener">Note 2 from 2022-11-06</a> + </small> + </h3> + <p class="summary">let's be clear it is true and utter nonsense that the program you use to show the contents of a…</p> + <small class="source"> + via <a href="https://www.alm.website/blog/">Alex's blog</a> + </small> + <small class="date">2022-11-06</small> + </article> + <article class="footer-col article"> + <h3 class="title"> + <small> + <a href="https://unixsheikh.com/articles/the-heavy-responsibility-of-the-package-maintainer.html" target="_blank" rel="noopener">The heavy responsibility of the package maintainer</a> + </small> + </h3> + <p class="summary">Even though being a ports or package maintainer is voluntary, it carries a heavy responsibility.</p> + <small class="source"> + via <a href="https://unixsheikh.com">unixsheikh.com</a> + </small> + <small class="date">2022-11-05</small> + </article> + <article class="footer-col article"> + <h3 class="title"> + <small> + <a href="https://shivering-isles.com/fixing-hedgedoc-profile-info-keycloak-20" target="_blank" rel="noopener">Fixing HedgeDoc failing to fetch profileinfo with Keycloak 20</a> + </small> + </h3> + <p class="summary">Today I was surprised that my HedgeDoc refused to let me in using my SI-Auth SSO based on Keycloak.…</p> + <small class="source"> + via <a href="https://shivering-isles.com/">Sheogorath's Blog</a> + </small> + <small class="date">2022-11-04</small> + </article> |