Meta: Spring cleaning

Added syntax highlighting, remove font, many small improvements.
Hot fix font: Athelas shows weird symbols in Chrome.
This commit is contained in:
Jan Kremer 2024-04-01 22:42:52 +02:00
parent 138062aac8
commit f91ff03006
Signed by: jan
GPG key ID: A7DA689CB3B078EC
19 changed files with 74 additions and 54 deletions

View file

@ -18,19 +18,19 @@ As of [RFC ...]()
There are famously [no easter eggs](https://daniel.haxx.se/blog/2021/12/06/no-easter-eggs-in-curl/) built into `curl`. That doesn't mean I can't make my own.
I set up `txt` files to display QR codes, which you can access via `curl`.There is one for the homepage, which is kind of stupid because you have to type in the URL to get a QR code for that URL.
I set up `txt` files to display QR codes, which you can access via `curl`. There is one for the homepage, which is kind of stupid because you have to type in the URL to get a QR code for that URL.
```shell
```bash
curl https://jankremer.eu/qr.txt
```
I also set up codes for my [crypto](/tags/crypto) addresses. Just add `.txt` to the URL. Same for my [avatar](/pharmacist-0.webp). Fun fact: the `.png` file is only half the size of the `.txt` version.
```shell
```bash
curl https://jankremer.eu/xmr.txt
```
```shell
```bash
curl https://jankremer.eu/pharmacist-0.txt
```