feat: add @quartz-themes/core to config and templates
Add disabled theme entry to default config and default/blog templates. Migrate obsidian and ttrpg templates from git-based quartz-themes source to npm @quartz-themes/core package.
This commit is contained in:
@@ -102,6 +102,11 @@ plugins:
|
||||
order: 92
|
||||
- source: "@quartz-community/quartz-fonts"
|
||||
enabled: true
|
||||
- source: "@quartz-themes/core"
|
||||
enabled: false
|
||||
options:
|
||||
theme: tokyo-night
|
||||
mode: both
|
||||
- source: "@quartz-community/remove-draft"
|
||||
enabled: true
|
||||
- source: "@quartz-community/explicit-publish"
|
||||
|
||||
@@ -102,6 +102,11 @@ plugins:
|
||||
order: 92
|
||||
- source: "@quartz-community/quartz-fonts"
|
||||
enabled: true
|
||||
- source: "@quartz-themes/core"
|
||||
enabled: false
|
||||
options:
|
||||
theme: tokyo-night
|
||||
mode: both
|
||||
- source: "@quartz-community/remove-draft"
|
||||
enabled: true
|
||||
- source: "@quartz-community/explicit-publish"
|
||||
|
||||
@@ -113,6 +113,11 @@ plugins:
|
||||
order: 92
|
||||
- source: "@quartz-community/quartz-fonts"
|
||||
enabled: true
|
||||
- source: "@quartz-themes/core"
|
||||
enabled: true
|
||||
options:
|
||||
theme: default
|
||||
mode: both
|
||||
- source: "@quartz-community/remove-draft"
|
||||
enabled: true
|
||||
- source: "@quartz-community/explicit-publish"
|
||||
@@ -261,13 +266,6 @@ plugins:
|
||||
position: beforeBody
|
||||
priority: 15
|
||||
display: all
|
||||
- source:
|
||||
name: quartz-themes
|
||||
repo: github:saberzero1/quartz-themes
|
||||
subdir: plugin
|
||||
enabled: true
|
||||
options:
|
||||
theme: default
|
||||
- source: "@quartz-community/obsidian-plugin-excalidraw"
|
||||
enabled: true
|
||||
options:
|
||||
|
||||
@@ -113,6 +113,12 @@ plugins:
|
||||
order: 92
|
||||
- source: "@quartz-community/quartz-fonts"
|
||||
enabled: true
|
||||
- source: "@quartz-themes/core"
|
||||
enabled: true
|
||||
options:
|
||||
theme: its-theme
|
||||
variation: ttrpg-dnd
|
||||
mode: both
|
||||
- source: "@quartz-community/remove-draft"
|
||||
enabled: true
|
||||
- source: "@quartz-community/explicit-publish"
|
||||
@@ -266,14 +272,6 @@ plugins:
|
||||
enabled: true
|
||||
options:
|
||||
enableCopyTool: false
|
||||
- source:
|
||||
name: quartz-themes
|
||||
repo: github:saberzero1/quartz-themes
|
||||
subdir: plugin
|
||||
enabled: true
|
||||
options:
|
||||
theme: its-theme
|
||||
variation: ttrpg-dnd
|
||||
- source: "@quartz-community/obsidian-plugin-excalidraw"
|
||||
enabled: true
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user