From aaf31f419eb167dbb7582fb103be29f0bef95ba9 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 03 Jul 2022 18:50:13 +0000
Subject: [PATCH] fix: copy code block logic for non code pages

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

diff --git a/data/config.yaml b/data/config.yaml
index b10399b..7ef35a5 100644
--- a/data/config.yaml
+++ b/data/config.yaml
@@ -1,12 +1,19 @@
 name: Jacky Zhao
 enableToc: true
+openToc: false
 enableLinkPreview: true
 enableLatex: true
+enableCodeBlockTitle: true
+enableCodeBlockCopy: true
+enableSPA: true
+enableFooter: true
+enableContextualBacklinks: true
+enableRecentNotes: false
 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