7 Commits

Author SHA1 Message Date
aa33976fc8 Add deploy command to Makefile 2025-06-22 10:29:40 -07:00
9e3597e781 Use a variable to avoid repetition in Makefile 2025-06-21 18:47:47 -07:00
41baffb445 Refactor pygments.moon 2025-06-16 20:18:05 -07:00
070bac262f Use a simpler nginx.conf in dev 2025-06-16 20:18:05 -07:00
406208f26c Add tests for nginx.conf directives (#1)
Adds tests to make sure all the `nginx.conf` directives (the redirects and rewrites and such) are all correct.

- Uses the `busted` framework
- The tests are run in a Docker container by the bash script `test.sh`
- Self-signed certs are generated in `Dockerfile` for all the domain names
- Adds new `Makefile` commands: `test`, `image-build` and `image-rm`

Reviewed-on: #1
Co-authored-by: Catalin Mititiuc <webdevcat@proton.me>
Co-committed-by: Catalin Mititiuc <webdevcat@proton.me>
2025-06-16 20:18:05 -07:00
0a32000d7f Add a lint command to Makefile 2025-06-16 20:18:05 -07:00
521fcba66e Add a Makefile 2025-06-16 20:18:05 -07:00