website/templates/computers.html.tera

13 lines
628 B
Plaintext

{% extends "nav" %}
{% block content %}
<h2>Computers</h2>
<p>You can find some of my code on <a href="https://github.com/mycognosist">GitHub</a> and <a href="https://git.sr.ht/~glyph">Sourcehut</a>.</p>
<h3>Posts</h3>
<ul>
<li><a href="/computers/rust-compilation">Cross-Compiling Rust for Debian Buster on Raspberry Pi 3B+</a> - <i>18 May, 2020</i></li>
<li><a href="/computers/esp8266-dht11">ESP8266 with DHT11 and LCD Display</a> - <i>5 August, 2019</i></li>
<li><a href="/computers/i2c-adventures">Adventures with I²C</a> - <i>26 January, 2019</i></li>
</ul>
<hr>
{%- endblock %}