Quartz sync: Jun 19, 2024, 9:19 PM

This commit is contained in:
Justin 2024-06-19 21:19:00 -04:00
parent 3faf2ff6f5
commit 4fededa6ef
9 changed files with 24 additions and 12 deletions

View File

6
content/index.md Normal file
View File

@ -0,0 +1,6 @@
---
title: Welcome to Quartz
---
This is a blank Quartz installation.
See the [documentation](https://quartz.jzhao.xyz) for how to get started.

View File

@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
pageTitle: "🪴 Quartz 4.0",
pageTitle: "notes.justin.vc",
enableSPA: true,
enablePopovers: true,
analytics: {
@ -38,14 +38,14 @@ const config: QuartzConfig = {
highlight: "rgba(143, 159, 169, 0.15)",
},
darkMode: {
light: "#161618",
lightgray: "#393639",
gray: "#646464",
darkgray: "#d4d4d4",
dark: "#ebebec",
secondary: "#7b97aa",
tertiary: "#84a59d",
highlight: "rgba(143, 159, 169, 0.15)",
light: "#282a36", // background color
lightgray: "#44475a", // current line
gray: "#6272a4", // comment
darkgray: "#f8f8f2", // foreground text
dark: "#f8f8f2", // selection background
secondary: "#bd93f9", // purple
tertiary: "#ff79c6", // pink
highlight: "rgba(98, 114, 164, 0.15)", // subtle highlight
},
},
},

View File

@ -15,7 +15,7 @@ export default (() => {
const path = url.pathname as FullSlug
const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!)
const iconPath = joinSegments(baseDir, "static/icon.png")
const iconPath = joinSegments(baseDir, "static/favicon.ico")
const ogImagePath = `https://${cfg.baseUrl}/static/og-image.png`
return (

6
quartz/content/index.md Normal file
View File

@ -0,0 +1,6 @@
---
title: Welcome to Quartz
---
This is a blank Quartz installation.
See the [documentation](https://quartz.jzhao.xyz) for how to get started.

View File

@ -9,9 +9,9 @@ import path from "path"
import { splitAnchor } from "../../util/path"
import { JSResource } from "../../util/resources"
// @ts-ignore
import calloutScript from "../../components/scripts/callout.inline.ts"
import calloutScript from "../../components/scripts/callout.inline"
// @ts-ignore
import checkboxScript from "../../components/scripts/checkbox.inline.ts"
import checkboxScript from "../../components/scripts/checkbox.inline"
import { FilePath, pathToRoot, slugTag, slugifyFilePath } from "../../util/path"
import { toHast } from "mdast-util-to-hast"
import { toHtml } from "hast-util-to-html"

BIN
quartz/static/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB