Fix word wrap, fix template, update stack

This commit is contained in:
askiiart 2023-05-11 13:58:01 -05:00
parent 4de5196c72
commit a6ba04c98e
11 changed files with 24 additions and 15 deletions

View file

@ -27,8 +27,8 @@
## Website
- Running on nginx in Docker
- Behind a reverse proxy via `nginx-proxy-manager`
- Written in markdown, then converted to HTML using `pandoc`
- Behind Caddy as a reverse proxy
- Written in markdown, then converted to HTML using pandoc
- Script for this [here](https://git.askiiart.net/askiiart/askiiart-net/src/branch/main/md2html.py)
- `pandoc` is one of the very few things I don't have in Docker (yet)
- pandoc is one of the very few things I don't have in Docker (yet)
- [All in a git repo](https://git.askiiart.net/askiiart/askiiart-net)