vault backup: 2025-01-17 20:33:34

This commit is contained in:
Nathan Price 2025-01-17 20:33:34 -05:00
parent 4306d2447e
commit 50243b51fa
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg
2 changed files with 9 additions and 6 deletions

View file

@ -4,5 +4,7 @@
"obsidian-linter",
"editing-toolbar",
"obsidian-auto-link-title",
"github-copilot"
"github-copilot",
"editor-width-slider",
"emoji-shortcodes"
]

View file

@ -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
@ -49,8 +49,9 @@ 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
🥳 Done! 🎉
## ⚙️ Configuration