theme: switch to lest i forget variant
This commit is contained in:
+4
-4
@@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
|
|||||||
*/
|
*/
|
||||||
const config: QuartzConfig = {
|
const config: QuartzConfig = {
|
||||||
configuration: {
|
configuration: {
|
||||||
pageTitle: "The Ruins",
|
pageTitle: "Lest I Forget",
|
||||||
pageTitleSuffix: "",
|
pageTitleSuffix: "",
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
@@ -24,8 +24,8 @@ const config: QuartzConfig = {
|
|||||||
cdnCaching: true,
|
cdnCaching: true,
|
||||||
typography: {
|
typography: {
|
||||||
title: "Playfair Display",
|
title: "Playfair Display",
|
||||||
header: "Crimson Text",
|
header: "Anonymous Pro",
|
||||||
body: "Karla",
|
body: "JetBrains Mono",
|
||||||
meta: "Caveat",
|
meta: "Caveat",
|
||||||
code: "JetBrains Mono",
|
code: "JetBrains Mono",
|
||||||
},
|
},
|
||||||
@@ -42,7 +42,7 @@ const config: QuartzConfig = {
|
|||||||
textHighlight: "#fff23688",
|
textHighlight: "#fff23688",
|
||||||
},
|
},
|
||||||
darkMode: {
|
darkMode: {
|
||||||
light: "#1B1B1B",
|
light: "#111516",
|
||||||
lightgray: "#7E7E7E",
|
lightgray: "#7E7E7E",
|
||||||
gray: "#7D7D7D",
|
gray: "#7D7D7D",
|
||||||
darkgray: "#CACACA",
|
darkgray: "#CACACA",
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ export default {
|
|||||||
title: "Reader mode",
|
title: "Reader mode",
|
||||||
},
|
},
|
||||||
explorer: {
|
explorer: {
|
||||||
title: "Explorer",
|
title: "Notes",
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
createdWith: "Created with",
|
createdWith: "Created with",
|
||||||
|
|||||||
Reference in New Issue
Block a user