From 3636c052eb054d93a8a3ddfb9fdd873d5fe83a5d Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 31 May 2023 21:41:44 +0000
Subject: [PATCH] link processing
---
content/notes/config.md | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/content/notes/config.md b/content/notes/config.md
index bc509c2..f0e63e4 100644
--- a/content/notes/config.md
+++ b/content/notes/config.md
@@ -52,14 +52,21 @@
# 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
+# whether to display an '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 render mermaid diagrams
+enableMermaid: true
+
# whether to use Operand to power semantic search
-enableSemanticSearch: true
-operandApiKey: "1e47d93b-1468-45b7-98d5-7f733d5e45e2"
+# IMPORTANT: replace this API key with your own if you plan on using
+# Operand search!
+search:
+ enableSemanticSearch: false
+ operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY"
+ operandIndexId: "REPLACE-WITH-YOUR-OPERAND-INDEX-ID"
# page description used for SEO
description:
@@ -68,7 +75,7 @@
# title of the home page (also for SEO)
page_title:
- "🪴 Quartz 3.2"
+ "🪴 Quartz 3.3"
# links to show in the footer
links:
@@ -79,7 +86,6 @@
```
### Code Block Titles
-
To add code block titles with Quartz:
1. Ensure that code block titles are enabled in Quartz's configuration:
@@ -142,7 +148,6 @@
### Graph View
To customize the Interactive Graph view, you can poke around `data/graphConfig.yaml`.
-
```yaml {title="data/graphConfig.yaml"}
# if true, a Global Graph will be shown on home page with full width, no backlink.
# A different set of Local Graphs will be shown on sub pages.
--
Gitblit v1.10.0