diff --git a/Applications/quartz-docker.md b/Applications/quartz-docker.md index acf7c69..3eb4997 100644 --- a/Applications/quartz-docker.md +++ b/Applications/quartz-docker.md @@ -14,7 +14,9 @@ This project runs **Quartz 4**, a fast, batteries-included static site generator While Quartz provides [Docker support](https://quartz.jzhao.xyz/features/Docker-Support), it is not as self contained as this project. -This container will be using my fork of Quartz as my [PR](https://github.com/jackyzha0/quartz/pull/1725) to have configuration set via JSON was denied. I tried a few alternative methods for configuration with this container but none were as "clean" as I wanted , i.e. not having the entire source of the site mounted, just a "content" and "config" directory" +This container uses my fork of Quartz, as my [PR](https://github.com/jackyzha0/quartz/pull/1725) for JSON-based configuration was not accepted due to design considerations. + +I explored several alternative approaches for configuration within this container, but none met my criteria for simplicity—specifically, avoiding the need to mount the entire site source and instead only requiring a dedicated `content` and `config` directory. ## 🚀 Features