My turn to overengineer a blog. Even though this is a Phoenix app, this is not a Phoenix app. I only use it to generate html that works nicely with Tailwind so I could use Github Pages to host it.
Views here are my own.
./build.shelixir server.exs
# or do both at the same time:
./build.sh && elixir server.exsAnd visit http://localhost:4001/index.html
mix phx.serverI have the repo configured to serve files from /docs, so that's where I put
the files we generate. Run the build script every time before pushing and
things should work :)