diff options
Diffstat (limited to 'archetypes')
| -rw-r--r-- | archetypes/default.md | 5 | 
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 | 
