Commit graph

4 commits

Author SHA1 Message Date
Oliver Davies 3c5c0e808a refactor: move into a website directory 2022-07-13 20:32:26 +01:00
Oliver Davies 4f51883ba7 refactor: move the output directory 2022-01-04 18:28:58 +00:00
Oliver Davies 6e120bee3a refactor: use Tailwind CLI and esbuild for assets
Fixes: #10
Fixes: #14
2022-01-02 17:16:00 +00:00
Oliver Davies 7fbecb1728 build(docker): make Compose file more configurable
Allow for configuring volume mounts, ports, the site URL, and volume
mounts within the Docker Compose file using environment variables from
within and .env file.

This means that the same Docker Compose file could be used to generate
and serve the site locally using an anonymous volume, as well as
generate a one-time build into a local directory to be served by Apache
or Nginx on production.
2021-10-26 22:48:26 +01:00