From e374e3abd42c1719ad1fdc6bd9c641efb2ddf954 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 22 Nov 2022 07:36:27 +0000
Subject: [PATCH] fix: jump to search for operand

---
 data/config.yaml |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/data/config.yaml b/data/config.yaml
index 7ef35a5..6e1c75c 100644
--- a/data/config.yaml
+++ b/data/config.yaml
@@ -5,15 +5,22 @@
 enableLatex: true
 enableCodeBlockTitle: true
 enableCodeBlockCopy: true
+enableCallouts: true
 enableSPA: true
 enableFooter: true
 enableContextualBacklinks: true
 enableRecentNotes: false
+enableGitHubEdit: true
+GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content
+search:
+  enableSemanticSearch: false
+  operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY"
+  operandIndexId: "REPLACE-WITH-YOUR-OPERAND-INDEX-ID"
 description:
   Host your second brain and digital garden for free. Quartz features extremely fast full-text search,
   Wikilink support, backlinks, local graph, tags, and link previews.
 page_title:
-  "🪴 Quartz 3.2"
+  "🪴 Quartz 3.3"
 links:
   - link_name: Twitter
     link: https://twitter.com/_jzhao

--
Gitblit v1.10.0