Compare commits
No commits in common. "71dfbd1af0ebaee03e2ee33a4e8fd59de312ead9" and "34f36e4157e4683d4945bdf144d872f21accd3fe" have entirely different histories.
71dfbd1af0
...
34f36e4157
4 changed files with 36 additions and 36 deletions
|
@ -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.
|
|
@ -3,11 +3,12 @@ title: Environment Variables
|
|||
draft: false
|
||||
date: 2025-01-16
|
||||
---
|
||||
|
||||
[Configuration](https://quartz.jzhao.xyz/configuration) options from the typescript file that are configurable via environment variable.
|
||||
|
||||
|
||||
|
||||
|**Variable**|**Default**|**Purpose**|
|
||||
| --------------------- | -------------------------- | ----------------------------------------------------- |
|
||||
|---|---|---|
|
||||
|`NGINX_PORT`|`8080`|Port on which the NGINX server runs|
|
||||
|`ENABLE_CRON`|`false`|Enable or disable the cron job|
|
||||
|`BUILD_SCHEDULE`|`*/10 * * * *`|Cron schedule for running `git pull` and Quartz build|
|
||||
|
|
|
@ -19,7 +19,7 @@ This project runs **Quartz 4**, a fast, batteries-included static site generator
|
|||
```sh
|
||||
docker run
|
||||
```
|
||||
See a list of all Environment Variables [[environment variables|here.]]
|
||||
|
||||
```yaml
|
||||
docker compose file
|
||||
```
|
2
index.md
2
index.md
|
@ -8,5 +8,3 @@ date: 2025-01-16
|
|||
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.
|
Loading…
Reference in a new issue