changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# yaml-language-server: $schema=./quartz/plugins/quartz-plugins.schema.json
|
||||
configuration:
|
||||
pageTitle: Quartz 5
|
||||
pageTitle: Z Notes
|
||||
pageTitleSuffix: ""
|
||||
enableSPA: true
|
||||
enablePopovers: true
|
||||
@@ -16,30 +16,48 @@ configuration:
|
||||
fontOrigin: googleFonts
|
||||
cdnCaching: true
|
||||
typography:
|
||||
header: Schibsted Grotesk
|
||||
body: Source Sans Pro
|
||||
title:
|
||||
name: Cormorant Garamond
|
||||
weights:
|
||||
- 600
|
||||
- 700
|
||||
includeItalic: true
|
||||
header:
|
||||
name: Cormorant Garamond
|
||||
weights:
|
||||
- 500
|
||||
- 600
|
||||
- 700
|
||||
includeItalic: true
|
||||
body:
|
||||
name: Source Serif 4
|
||||
weights:
|
||||
- 400
|
||||
- 600
|
||||
- 700
|
||||
includeItalic: true
|
||||
code: IBM Plex Mono
|
||||
colors:
|
||||
lightMode:
|
||||
light: "#faf8f8"
|
||||
lightgray: "#e5e5e5"
|
||||
gray: "#b8b8b8"
|
||||
darkgray: "#4e4e4e"
|
||||
dark: "#2b2b2b"
|
||||
secondary: "#284b63"
|
||||
tertiary: "#84a59d"
|
||||
highlight: rgba(143, 159, 169, 0.15)
|
||||
textHighlight: "#fff23688"
|
||||
light: "#f4eedf"
|
||||
lightgray: "#d8ccb3"
|
||||
gray: "#a79575"
|
||||
darkgray: "#43382c"
|
||||
dark: "#241c16"
|
||||
secondary: "#7a2632"
|
||||
tertiary: "#365c48"
|
||||
highlight: "rgba(171, 137, 73, 0.18)"
|
||||
textHighlight: "#d7b95f66"
|
||||
darkMode:
|
||||
light: "#161618"
|
||||
lightgray: "#393639"
|
||||
gray: "#646464"
|
||||
darkgray: "#d4d4d4"
|
||||
dark: "#ebebec"
|
||||
secondary: "#7b97aa"
|
||||
tertiary: "#84a59d"
|
||||
highlight: rgba(143, 159, 169, 0.15)
|
||||
textHighlight: "#b3aa0288"
|
||||
light: "#1b1713"
|
||||
lightgray: "#393026"
|
||||
gray: "#74634d"
|
||||
darkgray: "#d8cbb3"
|
||||
dark: "#f0e5cf"
|
||||
secondary: "#c59a59"
|
||||
tertiary: "#78947b"
|
||||
highlight: "rgba(197, 154, 89, 0.17)"
|
||||
textHighlight: "#936f3466"
|
||||
plugins:
|
||||
- source: github:quartz-community/created-modified-date
|
||||
enabled: true
|
||||
@@ -220,7 +238,7 @@ plugins:
|
||||
position: afterBody
|
||||
priority: 10
|
||||
- source: github:quartz-community/footer
|
||||
enabled: true
|
||||
enabled: false
|
||||
options:
|
||||
links:
|
||||
GitHub: https://github.com/jackyzha0/quartz
|
||||
@@ -256,13 +274,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: github:quartz-community/obsidian-plugin-excalidraw
|
||||
enabled: true
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user