Compare commits
No commits in common. "085e35d529b24bedfa71c3b1636f576d4ee9586d" and "f2d17d633b55ee286d137be737db192119a3e9a8" have entirely different histories.
085e35d529
...
f2d17d633b
2 changed files with 4 additions and 12 deletions
|
@ -58,16 +58,10 @@ 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` and `pageTitle`.
|
||||||
Bare minimum should be `baseUrl` and `pageTitle`.
|
|
||||||
|
|
||||||
🥳 Done! 🎉
|
🥳 Done! 🎉
|
||||||
|
|
||||||
|
|
||||||
> [!NOTE] Cloudflare
|
|
||||||
> I've found that the cron schedule will eventually start having fatal git errors. Disabling Cloudflare fixed this. I am moving away from their services after their many controversies. Do with that what you will.
|
|
||||||
|
|
||||||
|
|
||||||
## Manually Building the Site
|
## Manually Building the Site
|
||||||
|
|
||||||
If you don't use the cron job, and don't feel like restarting the container, you can build the site manually.
|
If you don't use the cron job, and don't feel like restarting the container, you can build the site manually.
|
||||||
|
@ -116,5 +110,4 @@ environment:
|
||||||
| `BUILD_SCHEDULE` | Cron expression for scheduling site builds | `"*/10 * * * *"` every 10 min |
|
| `BUILD_SCHEDULE` | Cron expression for scheduling site builds | `"*/10 * * * *"` every 10 min |
|
||||||
| `CONTENT_REPO` | URL of the content repository | `https://code.modernleft.org/gravityfargo/empty.git` |
|
| `CONTENT_REPO` | URL of the content repository | `https://code.modernleft.org/gravityfargo/empty.git` |
|
||||||
|
|
||||||
> [!NOTE] >
|
> [!NOTE] > `CONTENT_REPO` Must use https, not git.
|
||||||
> `CONTENT_REPO` Must use https, not git.
|
|
||||||
|
|
|
@ -29,6 +29,5 @@ make run
|
||||||
If 200+ files are claiming to be modified, you may need to disable filemode checking:
|
If 200+ files are claiming to be modified, you may need to disable filemode checking:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# use --global at your own risk
|
git config --global core.fileMode false
|
||||||
git config core.fileMode false
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue