initial content commit

This commit is contained in:
Jeff Emmett 2025-04-11 19:25:47 -07:00
parent 9db66d500e
commit c82c9ed9f4
5 changed files with 4 additions and 2 deletions

View File

View File

View File

1
content/index.md Normal file
View File

@ -0,0 +1 @@
Welcome to Jeff's Quartz, a place to crystallize thoughts and ideas into shareable tidbits.

View File

@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
*/ */
const config: QuartzConfig = { const config: QuartzConfig = {
configuration: { configuration: {
pageTitle: "Quartz 4", pageTitle: "Jeff Emmett's Obsidian Site",
pageTitleSuffix: "", pageTitleSuffix: "",
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
@ -16,7 +16,8 @@ const config: QuartzConfig = {
provider: "plausible", provider: "plausible",
}, },
locale: "en-US", locale: "en-US",
baseUrl: "quartz.jzhao.xyz", baseUrl: "quartz.jeffemmett.com",
// IS THIS THE RIGHT URL? HOW TO SET UP AS SUBDOMAIN?
ignorePatterns: ["private", "templates", ".obsidian"], ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "modified", defaultDateType: "modified",
theme: { theme: {