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 --- exampleSite/content/post/japanese-preview.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'exampleSite/content/post/japanese-preview.md') diff --git a/exampleSite/content/post/japanese-preview.md b/exampleSite/content/post/japanese-preview.md index 7f8473e..6625d8d 100644 --- a/exampleSite/content/post/japanese-preview.md +++ b/exampleSite/content/post/japanese-preview.md @@ -9,14 +9,15 @@ tags: ["preview", "日本語", "tag-4"] categories: ["日本語"] author: "Wikipedia" -# 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: 'Creative Commons Attribution-ShareAlike License' +# reward: false +# mathjax: false --- > 日本語の敬語体系は、一般に、大きく尊敬語・謙譲語・丁寧語に分類される。文化審議会国語分科会は、2007年2月に「敬語の指針」を答申し、これに丁重語および美化語を含めた5分類を示している。 -- cgit v1.2.3