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

@ -1,4 +1,5 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
<link rel="icon" href="/assets/askiiart.gif" type="image/icon">
@ -38,11 +39,11 @@
<h2 id="website">Website</h2>
<ul>
<li>Running on nginx in Docker</li>
<li>Behind a reverse proxy via <code>nginx-proxy-manager</code></li>
<li>Written in markdown, then converted to HTML using <code>pandoc</code>
<li>Behind Caddy as a reverse proxy</li>
<li>Written in markdown, then converted to HTML using pandoc
<ul>
<li>Script for this <a href="https://git.askiiart.net/askiiart/askiiart-net/src/branch/main/md2html.py">here</a></li>
<li><code>pandoc</code> is one of the very few things I don't have in Docker (yet)</li>
<li>pandoc is one of the very few things I don't have in Docker (yet)</li>
</ul></li>
<li><a href="https://git.askiiart.net/askiiart/askiiart-net">All in a git repo</a></li>
</ul>