Compare commits

...

2 commits

Author SHA1 Message Date
efb2d75c2b
vault backup: 2025-01-19 19:54:28 2025-01-19 19:54:28 -05:00
55be86b6ce
vault backup: 2025-01-19 19:49:32 2025-01-19 19:49:32 -05:00
2 changed files with 8 additions and 4 deletions

View file

@ -19,12 +19,13 @@ 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. 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. The primary audience of Quartz [seems](https://quartz.jzhao.xyz/hosting#self-hosting) to be geared towards GitHub/Cloudflare/GitLab pages users. I prefer Forejo.
## Target Audience 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.
I made this container for users who want to self host Quartz without Github/Cloudflare pages ## Benefits
## Purpose
- [Repository setup](https://quartz.jzhao.xyz/setting-up-your-GitHub-repository) is not required. Any git repository can be used as site content. - [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 features 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. 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.

3
Generic/Cloudflare.md Normal file
View file

@ -0,0 +1,3 @@
> [!NOTE] Cloudflare
> I am moving away from their services after their many controversies. I wont be providing support for any issues that may arise.Do with that what you will.