From 1bb6eea8a84cbf67a7396abb63223f6a719aad60 Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Wed, 6 Dec 2017 20:34:22 +0800 Subject: feat: allow set something for a single content * Now, you can open or close toc, copyright, reward and mathjax for a single content. * Also change the default global settings: autoCollapseToc = true -> false; mathjax = true -> false --- archetypes/default.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'archetypes') diff --git a/archetypes/default.md b/archetypes/default.md index 3a35b2f..dd9dc12 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -9,11 +9,12 @@ tags: [] categories: [] author: "" -# you can close something for this content if you open it in config.toml. +# You can also close(false) or open(true) something for this content. +# P.S. comment can only be closed comment: false toc: false autoCollapseToc: false -# you can define another contentCopyright. e.g. contentCopyright: "This is an another copyright." +# You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright." contentCopyright: false reward: false mathjax: false -- cgit v1.2.3