From 54a8fd4a563bd3de815aaae2c9d9efd57e65be22 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 31 Jul 2022 19:24:53 +0000
Subject: [PATCH] deps: bump hugo-obsidian to properly copy linkmap

---
 content/notes/config.md |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/content/notes/config.md b/content/notes/config.md
index 056ae36..bc509c2 100644
--- a/content/notes/config.md
+++ b/content/notes/config.md
@@ -31,6 +31,9 @@
 # whether to render copy buttons for code blocks
 enableCodeBlockCopy: true 
 
+# whether to render callouts
+enableCallouts: true
+
 # whether to try to process Latex
 enableLatex: true
 
@@ -49,6 +52,15 @@
 # whether to show a section of recent notes on the home page
 enableRecentNotes: false
 
+# whether to display and 'edit' button next to the last edited field
+# that links to github
+enableGitHubEdit: true
+GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content
+
+# whether to use Operand to power semantic search
+enableSemanticSearch: true
+operandApiKey: "1e47d93b-1468-45b7-98d5-7f733d5e45e2"
+
 # page description used for SEO
 description:
   Host your second brain and digital garden for free. Quartz features extremely fast full-text search,

--
Gitblit v1.10.0