From 015ed4cfa2db4636e03debcda0d4201f24346098 Mon Sep 17 00:00:00 2001
From: Aiden Bai 白宇彤 <aiden.bai05@gmail.com>
Date: Sun, 03 Jul 2022 02:40:18 +0000
Subject: [PATCH] Fix `width: auto` for SPA routing (#156)
---
data/config.yaml | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/data/config.yaml b/data/config.yaml
index a8f78bc..e55035a 100644
--- a/data/config.yaml
+++ b/data/config.yaml
@@ -1,13 +1,20 @@
name: Jacky Zhao
enableToc: true
+openToc: false
enableLinkPreview: true
+enableLatex: true
+enableCodeBlockTitle: true
+enableSPA: true
+enableFooter: true
+enableContextualBacklinks: true
+enableRecentNotes: false
description:
- Here is the page description. This is an example Quartz site that details installation,
- setup, customization, and troubleshooting for Quartz itself.
+ 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.1"
+ "🪴 Quartz 3.2"
links:
- link_name: Twitter
link: https://twitter.com/_jzhao
- link_name: Github
- link: https://github.com/jackyzha0
\ No newline at end of file
+ link: https://github.com/jackyzha0
--
Gitblit v1.10.0