From 728d8529ec1a782752abd9254fbc4cae11b8468a Mon Sep 17 00:00:00 2001
From: Emile Bangma <ewjbangma@hotmail.com>
Date: Sun, 31 Jul 2022 00:29:26 +0000
Subject: [PATCH] Support Admonition callouts (#166) (closes #88)

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

diff --git a/data/config.yaml b/data/config.yaml
index b10399b..1b9021d 100644
--- a/data/config.yaml
+++ b/data/config.yaml
@@ -1,12 +1,22 @@
 name: Jacky Zhao
 enableToc: true
+openToc: false
 enableLinkPreview: true
 enableLatex: true
+enableCodeBlockTitle: true
+enableCodeBlockCopy: true
+enableCallouts: true
+enableSPA: true
+enableFooter: true
+enableContextualBacklinks: true
+enableRecentNotes: false
+enableGitHubEdit: false
+GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content
 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 .2"
+  "🪴 Quartz 3.2"
 links:
   - link_name: Twitter
     link: https://twitter.com/_jzhao

--
Gitblit v1.10.0