Compare commits
2 commits
34f36e4157
...
71dfbd1af0
Author | SHA1 | Date | |
---|---|---|---|
71dfbd1af0 | |||
b8dc011084 |
4 changed files with 36 additions and 36 deletions
|
@ -1 +0,0 @@
|
|||
> 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.
|
|
@ -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
|
||||
```
|
|
@ -3,12 +3,11 @@ 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 |
|
||||
|
|
2
index.md
2
index.md
|
@ -8,3 +8,5 @@ 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