theme: switch to lest i forget variant

This commit is contained in:
2026-03-29 02:25:14 +00:00
parent d049d7e911
commit 5c9c6a61ee
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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",
+1 -1
View File
@@ -33,7 +33,7 @@ export default {
title: "Reader mode",
},
explorer: {
title: "Explorer",
title: "Notes",
},
footer: {
createdWith: "Created with",