vault backup: 2025-01-17 20:33:34
This commit is contained in:
parent
4306d2447e
commit
50243b51fa
2 changed files with 9 additions and 6 deletions
4
.obsidian/community-plugins.json
vendored
4
.obsidian/community-plugins.json
vendored
|
@ -4,5 +4,7 @@
|
||||||
"obsidian-linter",
|
"obsidian-linter",
|
||||||
"editing-toolbar",
|
"editing-toolbar",
|
||||||
"obsidian-auto-link-title",
|
"obsidian-auto-link-title",
|
||||||
"github-copilot"
|
"github-copilot",
|
||||||
|
"editor-width-slider",
|
||||||
|
"emoji-shortcodes"
|
||||||
]
|
]
|
|
@ -10,7 +10,7 @@ date: 2025-01-16
|
||||||
docker pull code.modernleft.org/gravityfargo/quartz-docker:v4.4.0
|
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.
|
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
|
mkdir -p /srv/quartz
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
```yaml title="docker-compose.yml"
|
```yaml title="docker-compose.yml"
|
||||||
services:
|
services:
|
||||||
quartz-docker:
|
quartz-docker:
|
||||||
|
@ -40,6 +39,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/quartz:/quartz
|
- /srv/quartz:/quartz
|
||||||
```
|
```
|
||||||
|
|
||||||
**First Run**
|
**First Run**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -47,10 +47,11 @@ docker-compose up -d
|
||||||
docker stop quartz-wiki
|
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
|
## ⚙️ Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue