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: {