Add dedicated articles for QotNews and Notica

This commit is contained in:
2022-05-18 17:00:59 -06:00
parent 2a2676263e
commit 6c9c26975c
8 changed files with 51 additions and 29 deletions

View File

@@ -54,21 +54,12 @@
build tools that make my life easier.
</p>
<h3>
<a class="external" href="https://news.t0.vc/" target="_blank" rel="noreferrer noopener">QotNews</a>
<a class="external source" href="https://git.tannercollin.com/tanner/qotnews" target="_blank" rel="noreferrer noopener">source code</a>
</h3>
<div class="summary">
<p>Hacker News, Reddit, Lobsters, and Tildes articles pre-rendered in reader mode. Optimized for speed and distraction-free reading.</p>
</div>
<h3>
<a class="external" href="https://notica.us" target="_blank" rel="noreferrer noopener">Notica</a>
<a class="external source" href="https://github.com/tannercollin/Notica" target="_blank" rel="noreferrer noopener">source code</a>
</h3>
<div class="summary">
<p>Send browser notifications from your terminal. No installation. No registration.</p>
</div>
{% for article in articles_page.object_list if article.category.name == 'Projects' %}
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
<div class="summary">
{{ article.summary }}
</div>
{% endfor %}
<h3>
<a class="external" href="https://my.protospace.ca" target="_blank" rel="noreferrer noopener">Spaceport</a>