Compare commits

..

No commits in common. "71dfbd1af0ebaee03e2ee33a4e8fd59de312ead9" and "34f36e4157e4683d4945bdf144d872f21accd3fe" have entirely different histories.

4 changed files with 36 additions and 36 deletions

View file

@ -0,0 +1 @@
> 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.

View file

@ -3,11 +3,12 @@ title: Environment Variables
draft: false draft: false
date: 2025-01-16 date: 2025-01-16
--- ---
[Configuration](https://quartz.jzhao.xyz/configuration) options from the typescript file that are configurable via environment variable. [Configuration](https://quartz.jzhao.xyz/configuration) options from the typescript file that are configurable via environment variable.
|**Variable**|**Default**|**Purpose**| |**Variable**|**Default**|**Purpose**|
| --------------------- | -------------------------- | ----------------------------------------------------- | |---|---|---|
|`NGINX_PORT`|`8080`|Port on which the NGINX server runs| |`NGINX_PORT`|`8080`|Port on which the NGINX server runs|
|`ENABLE_CRON`|`false`|Enable or disable the cron job| |`ENABLE_CRON`|`false`|Enable or disable the cron job|
|`BUILD_SCHEDULE`|`*/10 * * * *`|Cron schedule for running `git pull` and Quartz build| |`BUILD_SCHEDULE`|`*/10 * * * *`|Cron schedule for running `git pull` and Quartz build|

View file

@ -19,7 +19,7 @@ This project runs **Quartz 4**, a fast, batteries-included static site generator
```sh ```sh
docker run docker run
``` ```
See a list of all Environment Variables [[environment variables|here.]]
```yaml ```yaml
docker compose file docker compose file
``` ```

View file

@ -8,5 +8,3 @@ date: 2025-01-16
This is a consolidated wiki for most of my projects. This is a consolidated wiki for most of my projects.
--- ---
## Applications
- [[Applications/quartz-docker/README|quartz-docker]] which is [quartz](https://quartz.jzhao.xyz/), in a docker container, obviously. This wiki is running on it.