initial content commit
This commit is contained in:
parent
9db66d500e
commit
c82c9ed9f4
|
|
@ -0,0 +1 @@
|
||||||
|
Welcome to Jeff's Quartz, a place to crystallize thoughts and ideas into shareable tidbits.
|
||||||
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue