vault backup: 2025-01-19 19:49:32
This commit is contained in:
parent
0a87ec6856
commit
55be86b6ce
1 changed files with 5 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue