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 = {
|
||||
configuration: {
|
||||
pageTitle: "The Ruins",
|
||||
pageTitle: "Lest I Forget",
|
||||
pageTitleSuffix: "",
|
||||
enableSPA: true,
|
||||
enablePopovers: true,
|
||||
@@ -24,8 +24,8 @@ const config: QuartzConfig = {
|
||||
cdnCaching: true,
|
||||
typography: {
|
||||
title: "Playfair Display",
|
||||
header: "Crimson Text",
|
||||
body: "Karla",
|
||||
header: "Anonymous Pro",
|
||||
body: "JetBrains Mono",
|
||||
meta: "Caveat",
|
||||
code: "JetBrains Mono",
|
||||
},
|
||||
@@ -42,7 +42,7 @@ const config: QuartzConfig = {
|
||||
textHighlight: "#fff23688",
|
||||
},
|
||||
darkMode: {
|
||||
light: "#1B1B1B",
|
||||
light: "#111516",
|
||||
lightgray: "#7E7E7E",
|
||||
gray: "#7D7D7D",
|
||||
darkgray: "#CACACA",
|
||||
|
||||
@@ -33,7 +33,7 @@ export default {
|
||||
title: "Reader mode",
|
||||
},
|
||||
explorer: {
|
||||
title: "Explorer",
|
||||
title: "Notes",
|
||||
},
|
||||
footer: {
|
||||
createdWith: "Created with",
|
||||
|
||||
Reference in New Issue
Block a user