converted temporarily

This commit is contained in:
Krishna
2024-08-13 22:49:54 -05:00
parent d27c292736
commit 2499cae234
6 changed files with 14 additions and 9 deletions

View File

@@ -8,22 +8,22 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
pageTitle: "🪴 Quartz 4.0",
pageTitle: "</> 0x6d617273756c746f72",
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "plausible",
},
locale: "en-US",
baseUrl: "quartz.jzhao.xyz",
baseUrl: "warehouse.ayyalasomayajula.net",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
theme: {
fontOrigin: "googleFonts",
cdnCaching: true,
typography: {
header: "Schibsted Grotesk",
body: "Source Sans Pro",
header: "VT323",
body: "JetBrains Mono",
code: "IBM Plex Mono",
},
colors: {
@@ -43,9 +43,9 @@ const config: QuartzConfig = {
lightgray: "#393639",
gray: "#646464",
darkgray: "#d4d4d4",
dark: "#ebebec",
secondary: "#7b97aa",
tertiary: "#84a59d",
dark: "#20C20E",
secondary: "#20C20E",
tertiary: "#20C20E",
highlight: "rgba(143, 159, 169, 0.15)",
textHighlight: "#b3aa0288",
},