From 52c600dd4b3c93e41cefa73b79a0ee7b361588b8 Mon Sep 17 00:00:00 2001 From: Amaury Hamon Date: Fri, 15 Sep 2023 16:10:41 +0200 Subject: [PATCH] welcome --- content/index.md | 5 +++++ quartz.config.ts | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/content/index.md b/content/index.md index 944bb9c..4749d08 100644 --- a/content/index.md +++ b/content/index.md @@ -4,6 +4,11 @@ draft: false content-meta: false --- +![](https://d2w9rnfcy7mm78.cloudfront.net/14997240/original_c351954c8f519e47928d5e827d5274ca.png?1643863716?bc=0) + +By all means, feel free to wander using the graph or some of the following pages: + +[[About this site]] [[Markdown Cheatsheet]] [[HTML Cheatsheet]] [[SEO Cheatsheet]] diff --git a/quartz.config.ts b/quartz.config.ts index da6c165..64ce166 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -7,9 +7,9 @@ const config: QuartzConfig = { enableSPA: true, enablePopovers: true, analytics: { - provider: "plausible", + provider: 'google', + tagId: 'G-EW3RSWWHBY' , }, - // baseUrl: "nodes.amauryhamon.com", baseUrl: "nodes.amauryhamon.com", ignorePatterns: ["private", "templates", ".obsidian"], defaultDateType: "created",