diff --git a/Applications/quartz-docker.md b/Applications/quartz-docker.md index 0983996..2ccf310 100644 --- a/Applications/quartz-docker.md +++ b/Applications/quartz-docker.md @@ -7,12 +7,16 @@ date: 2025-01-16 # 📄 quartz-docker [quartz-docker image](https://code.modernleft.org/gravityfargo/-/packages/container/quartz-docker/v4.4.0) + This project runs **Quartz 4**, a fast, batteries-included static site generator, inside a **Docker container**. It transforms Markdown content into a fully functional website. ## 🚀 Features - configurable with environment variables - node and nginx included +- configurable cron for job to pull and build site + + ## 🛠️ Getting Started diff --git a/Applications/quartz-docker/cron.md b/Applications/quartz-docker/cron.md index e69de29..02ada5b 100644 --- a/Applications/quartz-docker/cron.md +++ b/Applications/quartz-docker/cron.md @@ -0,0 +1 @@ +If you need help configuring cron: [Crontab.guru - The cron schedule expression generator](https://crontab.guru/) \ No newline at end of file