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) --- content/notes/config.md | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/content/notes/config.md b/content/notes/config.md index 056ae36..7ee27d6 100644 --- a/content/notes/config.md +++ b/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,11 @@ # 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 +# that links to github +enableGitHubEdit: false +GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content + # page description used for SEO description: Host your second brain and digital garden for free. Quartz features extremely fast full-text search, -- Gitblit v1.10.0