diff --git a/content/index.md b/content/index.md index aabe395..f0da90d 100644 --- a/content/index.md +++ b/content/index.md @@ -1,5 +1,5 @@ --- -title: Liz's Notebook +title: Welcome to the Motherboard image: https://cdn.liz.computer/liz/paper.png --- diff --git a/quartz.config.ts b/quartz.config.ts index 56e936e..9b8e765 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins" */ const config: QuartzConfig = { configuration: { - pageTitle: "(˶ˆᗜˆ˵)", + pageTitle: "Liz (˶ˆᗜˆ˵)", pageTitleSuffix: " | Liz.computer", enableSPA: true, enablePopovers: true,