Skip to content

Commit

Permalink
Quartz sync: Mar 31, 2024, 10:15 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
opfuchs committed Apr 1, 2024
1 parent 5ec6146 commit 6b69e2c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
Empty file removed content/.gitkeep
Empty file.
6 changes: 6 additions & 0 deletions content/index.md
Original file line number Diff line number Diff line change
@@ -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.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"hast-util-to-string": "^3.0.0",
"is-absolute-url": "^4.0.1",
"js-yaml": "^4.1.0",
"katex": "^0.16.10",
"lightningcss": "^1.24.1",
"mdast-util-find-and-replace": "^3.0.1",
"mdast-util-to-hast": "^13.1.0",
Expand Down
14 changes: 6 additions & 8 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
pageTitle: "🪴 Quartz 4.0",
pageTitle: "🦊 Philo's Blog",
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "plausible",
},
analytics: null,
locale: "en-US",
baseUrl: "quartz.jzhao.xyz",
baseUrl: "opfuchs.gay",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
theme: {
Expand Down Expand Up @@ -43,9 +41,9 @@ const config: QuartzConfig = {
gray: "#646464",
darkgray: "#d4d4d4",
dark: "#ebebec",
secondary: "#7b97aa",
secondary: "#ad61e0",
tertiary: "#84a59d",
highlight: "rgba(143, 159, 169, 0.15)",
highlight: "#5b4965",
},
},
},
Expand All @@ -60,7 +58,7 @@ const config: QuartzConfig = {
Plugin.SyntaxHighlighting({
theme: {
light: "github-light",
dark: "github-dark",
dark: "dracula",
},
keepBackground: false,
}),
Expand Down

0 comments on commit 6b69e2c

Please sign in to comment.