aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content/post/syntax-highlighting.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 /exampleSite/content/post/syntax-highlighting.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 'exampleSite/content/post/syntax-highlighting.md')
-rw-r--r--exampleSite/content/post/syntax-highlighting.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/exampleSite/content/post/syntax-highlighting.md b/exampleSite/content/post/syntax-highlighting.md
index 686ba08..e53d5c1 100644
--- a/exampleSite/content/post/syntax-highlighting.md
+++ b/exampleSite/content/post/syntax-highlighting.md
@@ -6,14 +6,15 @@ draft: false
tags: ["preview", "Syntax Highlighting", "tag-5"]
categories: ["Syntax Highlighting"]
-# you can close something for this content if you open it in config.toml.
-comment: false
+# You can also close(false) or open(true) something for this content.
+# P.S. comment can only be closed
+# comment: false
toc: false
-# reward: false
-mathjax: false
-
-# you can define another contentCopyright. e.g. contentCopyright: "This is an another copyright."
+# autoCollapseToc: false
+# You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright."
# contentCopyright: false
+# reward: false
+# mathjax: false
---