Compare commits
No commits in common. "0a87ec685645bf1b656374db2dee560b466c8ea4" and "bdedac454c6ff2e78d2cf533064d95a8a4bd8028" have entirely different histories.
0a87ec6856
...
bdedac454c
1 changed files with 2 additions and 7 deletions
|
@ -19,12 +19,7 @@ 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.
|
||||||
|
|
||||||
## Target Audience
|
|
||||||
I made this container for users who want to self host Quartz without Github/Cloudflare pages
|
|
||||||
## Purpose
|
|
||||||
- [Repository setup](https://quartz.jzhao.xyz/setting-up-your-GitHub-repository) is not required. Any git repository can be used as site content.
|
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
@ -64,7 +59,7 @@ docker stop quartz-wiki
|
||||||
On first run, the container will download the necessary dependencies, build the site, and download the content repository.
|
On first run, the container will download the necessary dependencies, build the site, and download the content repository.
|
||||||
|
|
||||||
After that, you can configure whatever you would like in `/srv/quartz/src` using the stock options found in the quartz [documentation](https://quartz.jzhao.xyz/configuration)
|
After that, you can configure whatever you would like in `/srv/quartz/src` using the stock options found in the quartz [documentation](https://quartz.jzhao.xyz/configuration)
|
||||||
Bare minimum should be `baseUrl` (for rss services) and `pageTitle`.
|
Bare minimum should be `baseUrl` and `pageTitle`.
|
||||||
|
|
||||||
🥳 Done! 🎉
|
🥳 Done! 🎉
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue