From 55be86b6ce64dbe60601f5f57d0fc12809b1fc33 Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Sun, 19 Jan 2025 19:49:32 -0500 Subject: [PATCH] vault backup: 2025-01-19 19:49:32 --- Docker Images/quartz.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Docker Images/quartz.md b/Docker Images/quartz.md index e4dfb90..f921136 100644 --- a/Docker Images/quartz.md +++ b/Docker Images/quartz.md @@ -19,12 +19,14 @@ docker pull code.modernleft.org/gravityfargo/quartz-docker:v4.4.0 This project runs [Quartz](https://quartz.jzhao.xyz/) v4.4.0, a fast, batteries-included static site generator, inside a Docker container. It transforms Markdown content into a fully functional website. -While Quartz provides [Docker support](https://quartz.jzhao.xyz/features/Docker-Support), it is not as self contained as this project, and I do not use Github/Gitlab. +While Quartz provides [Docker support](https://quartz.jzhao.xyz/features/Docker-Support), it is not as self contained as this project. ## Target Audience -I made this container for users who want to self host Quartz without Github/Cloudflare pages -## Purpose +I made this container for users who want to self host Quartz without GitHub/Cloudflare/GitLab pages with minimal setup required. The intent is to host in a stand-alone container behind a reverse proxy like Traefik. +## Benefits - [Repository setup](https://quartz.jzhao.xyz/setting-up-your-GitHub-repository) is not required. Any git repository can be used as site content. +- GitHub/Cloudflare/GitLab pages is not the focus. +- The auto deployment that those services provide are replaced with a cron job. There is no support for SSL or any other features that are not directly related to building the site. I run everything behind traefik, so I don't need it.