diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-06 18:23:10 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-06 18:23:10 +0100 |
commit | b1e6491f77421ae4623391a7f53af7f3e6c13f34 (patch) | |
tree | acc4ce7ae214b92dbf2c269c70e94b68dac1d640 /src/projects.thrust | |
parent | 04be5845dbaa6f8dec45a80dbe199861608b96f2 (diff) |
import website from previous repo
Diffstat (limited to 'src/projects.thrust')
-rw-r--r-- | src/projects.thrust | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/projects.thrust b/src/projects.thrust new file mode 100644 index 0000000..af8d5c6 --- /dev/null +++ b/src/projects.thrust @@ -0,0 +1,27 @@ +--- +title: projects +subtitle: may or may not also be art +--- +{% extends 'templates/base.html' %} +{% block body %} + <nav> + <a href='/'>> index</a> + </nav> + + <header> + <h1>{{ title }}</h1> + <p>{{ subtitle }}</p> + </header> + + {% markdown %} + Below are "technical" things that I have done, built, or written: + + - [CatBus](/catbus), a home automation platform & associated daemons. + - [Improving my home wifi](/wifi) using Raspberry Pis and 802.11r roaming. + - [Multi-room audio](/multi-room-audio) using Raspberry Pis and Snapcast. + - Using [Tailscale VPN](/tailscale) to securely connect to my home network from the outside internet. + - Simplifying services and sandboxing Steam with [systemd Dynamic Users](/systemd-dynamicuser). + - Using [YubiKeys](/yubikey) to improve my online security and convenience. + - Using [Nix and NixOS](/nixos) for pure-functional and repeatable infrastructure. + {% endmarkdown %} +{% endblock %} |