Jacky Zhao
2023-05-29 a757521313fb2c623d4dfda95eb97d3189bfe253
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,22 @@
# whether to show a section of recent notes on the home page
enableRecentNotes: false
# 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
# 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:
  Host your second brain and digital garden for free. Quartz features extremely fast full-text search,
@@ -56,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:
@@ -67,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:
@@ -130,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.