diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index 03987ba..62164e8 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -4,5 +4,7 @@ "obsidian-linter", "editing-toolbar", "obsidian-auto-link-title", - "github-copilot" + "github-copilot", + "editor-width-slider", + "emoji-shortcodes" ] \ No newline at end of file diff --git a/Applications/quartz-docker.md b/Applications/quartz-docker.md index ffbf38b..1a39f88 100644 --- a/Applications/quartz-docker.md +++ b/Applications/quartz-docker.md @@ -10,7 +10,7 @@ date: 2025-01-16 docker pull code.modernleft.org/gravityfargo/quartz-docker:v4.4.0 ``` -This project runs **Quartz 4.4.0**, a fast, batteries-included static site generator, inside a **Docker container**. It transforms Markdown content into a fully functional website. +This project runs **Quartz** v4.4.0, a fast, batteries-included static site generator, inside a **Docker container**. It transforms Markdown content into a fully functional website. While Quartz provides [Docker support](https://quartz.jzhao.xyz/features/Docker-Support), it is not as self contained as this project. @@ -22,7 +22,6 @@ Create a data directory mkdir -p /srv/quartz ``` - ```yaml title="docker-compose.yml" services: quartz-docker: @@ -40,6 +39,7 @@ services: volumes: - /srv/quartz:/quartz ``` + **First Run** ```bash @@ -47,10 +47,11 @@ docker-compose up -d 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 + +🥳 Done! 🎉 ## ⚙️ Configuration