aboutsummaryrefslogtreecommitdiff
path: root/archetypes/default.md
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-12-06 20:34:22 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-12-06 20:34:22 +0800
commit1bb6eea8a84cbf67a7396abb63223f6a719aad60 (patch)
treee74741aaa70ad3002ff64aff4843a10f10cf6212 /archetypes/default.md
parent8c078104847c7f0698407a3b97ab106f43d6aad2 (diff)
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
Diffstat (limited to 'archetypes/default.md')
-rw-r--r--archetypes/default.md5
1 files changed, 3 insertions, 2 deletions
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