From 8a79f59abbd9196860bd380cccfb2d831bf2c62e Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Wed, 10 Jun 2026 23:17:19 +0200 Subject: [PATCH] chore: configure fonts plugin in templates --- quartz.config.default.yaml | 2 ++ quartz/cli/templates/blog.yaml | 2 ++ quartz/cli/templates/default.yaml | 2 ++ quartz/cli/templates/obsidian.yaml | 2 ++ quartz/cli/templates/ttrpg.yaml | 2 ++ 5 files changed, 10 insertions(+) diff --git a/quartz.config.default.yaml b/quartz.config.default.yaml index 9d1ff8c71..771725d90 100644 --- a/quartz.config.default.yaml +++ b/quartz.config.default.yaml @@ -98,6 +98,8 @@ plugins: - source: github:quartz-community/roam enabled: false order: 92 + - source: github:quartz-community/fonts + enabled: true - source: github:quartz-community/remove-draft enabled: true - source: github:quartz-community/explicit-publish diff --git a/quartz/cli/templates/blog.yaml b/quartz/cli/templates/blog.yaml index 234c752d5..5ca9c0e56 100644 --- a/quartz/cli/templates/blog.yaml +++ b/quartz/cli/templates/blog.yaml @@ -100,6 +100,8 @@ plugins: - source: github:quartz-community/roam enabled: false order: 92 + - source: github:quartz-community/fonts + enabled: true - source: github:quartz-community/remove-draft enabled: true - source: github:quartz-community/explicit-publish diff --git a/quartz/cli/templates/default.yaml b/quartz/cli/templates/default.yaml index ebc27800f..111654b3b 100644 --- a/quartz/cli/templates/default.yaml +++ b/quartz/cli/templates/default.yaml @@ -100,6 +100,8 @@ plugins: - source: github:quartz-community/roam enabled: false order: 92 + - source: github:quartz-community/fonts + enabled: true - source: github:quartz-community/remove-draft enabled: true - source: github:quartz-community/explicit-publish diff --git a/quartz/cli/templates/obsidian.yaml b/quartz/cli/templates/obsidian.yaml index 959a066ba..b45dfb3f6 100644 --- a/quartz/cli/templates/obsidian.yaml +++ b/quartz/cli/templates/obsidian.yaml @@ -111,6 +111,8 @@ plugins: - source: github:quartz-community/roam enabled: false order: 92 + - source: github:quartz-community/fonts + enabled: true - source: github:quartz-community/remove-draft enabled: true - source: github:quartz-community/explicit-publish diff --git a/quartz/cli/templates/ttrpg.yaml b/quartz/cli/templates/ttrpg.yaml index 251aa158b..2c06b76dc 100644 --- a/quartz/cli/templates/ttrpg.yaml +++ b/quartz/cli/templates/ttrpg.yaml @@ -111,6 +111,8 @@ plugins: - source: github:quartz-community/roam enabled: false order: 92 + - source: github:quartz-community/fonts + enabled: true - source: github:quartz-community/remove-draft enabled: true - source: github:quartz-community/explicit-publish