Add posts page; fix post templates

This commit is contained in:
2025-06-16 20:18:04 -07:00
parent 329c0dc3cc
commit fc9497b152
6 changed files with 37 additions and 46 deletions

View File

@@ -1,3 +1,11 @@
## requirements
`pandoc` utility must be installed
- Debian Bookworm:
$ apt-get update && apt-get install -y pandoc
## start default openresty
1. Run `docker run --rm -it --init -w /opt -v $PWD:/opt -p 80:80 openresty/openresty:1.27.1.2-0-bookworm-buildpack`
@@ -33,7 +41,6 @@
}
http {
server {
root /opt/www;
listen 8080;
location / {
default_type text/html;