diff --git a/Docker Images/bluesky-pds.md b/Docker Images/bluesky-pds.md
index 0c968b3..dc3ca74 100644
--- a/Docker Images/bluesky-pds.md
+++ b/Docker Images/bluesky-pds.md
@@ -24,9 +24,8 @@ It is required to run the instance behind a proxy (like [Traefik](https://doc.tr
This is not intended for production, and I am not responsible for any data loss or security issues. This is a personal project, and I am not affiliated with Bluesky.
-
> [!NOTE] Custom Domain
-> You do not need to setup a PDS to have a custom domain in your username. Bluesky provides [documentation](https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial) for DNS setup.
+> You do not need to setup a PDS to have a custom domain in your username. Bluesky provides [documentation](https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial) for DNS setup.
> [!warning] Data Warning
> Before changing images, upgrading, or any other modification always backup your data!
@@ -67,7 +66,6 @@ If you'd like to learn more about my docker setup, head over to [[getting starte
By default, the image uses 1000:1000 as the `UID:GID` for the user. This can be changed by setting the `PUID` and `PGID` environment variables.
-
> [!warning]
> The compose element `hostname` must be the same value as `PDS_HOSTNAME`.
diff --git a/Docker Images/quartz.md b/Docker Images/quartz.md
index bc57bf9..e49b0e7 100644
--- a/Docker Images/quartz.md
+++ b/Docker Images/quartz.md
@@ -58,16 +58,14 @@ docker stop quartz-wiki
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`.
🥳 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
If you don't use the cron job, and don't feel like restarting the container, you can build the site manually.
@@ -116,5 +114,5 @@ environment:
| `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` |
-> [!NOTE] >
+> [!NOTE] >
> `CONTENT_REPO` Must use https, not git.