From c82c9ed9f436ddaf01619a527a75a5ff191721d3 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Fri, 11 Apr 2025 19:25:47 -0700 Subject: [PATCH] initial content commit --- content/#EthicalAlgorithms.md | 0 content/#OpenAlgorithms.md | 0 content/#OpenModelling.md | 0 content/index.md | 1 + quartz.config.ts | 5 +++-- 5 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 content/#EthicalAlgorithms.md create mode 100644 content/#OpenAlgorithms.md create mode 100644 content/#OpenModelling.md create mode 100644 content/index.md diff --git a/content/#EthicalAlgorithms.md b/content/#EthicalAlgorithms.md new file mode 100644 index 0000000..e69de29 diff --git a/content/#OpenAlgorithms.md b/content/#OpenAlgorithms.md new file mode 100644 index 0000000..e69de29 diff --git a/content/#OpenModelling.md b/content/#OpenModelling.md new file mode 100644 index 0000000..e69de29 diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..5a382d7 --- /dev/null +++ b/content/index.md @@ -0,0 +1 @@ +Welcome to Jeff's Quartz, a place to crystallize thoughts and ideas into shareable tidbits. \ No newline at end of file diff --git a/quartz.config.ts b/quartz.config.ts index efe9648..850dea7 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins" */ const config: QuartzConfig = { configuration: { - pageTitle: "Quartz 4", + pageTitle: "Jeff Emmett's Obsidian Site", pageTitleSuffix: "", enableSPA: true, enablePopovers: true, @@ -16,7 +16,8 @@ const config: QuartzConfig = { provider: "plausible", }, 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"], defaultDateType: "modified", theme: {