From 59b71a04e08537ad5c24106110560744fa7c6493 Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Fri, 27 Jan 2023 17:25:12 +0800 Subject: [PATCH] update docs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 927d2c6..e63610c 100755 --- a/README.md +++ b/README.md @@ -72,6 +72,12 @@ disqusShortname = 'YOUR_DISQUS_SHORTNAME' # use disqus comments graphCommentId = "YOUR_GRAPH_COMMENT_ID" # use graph comment (disqus alternative) ``` +Available options to front matter: + +```toml +comments = false # disable comments for a specific page +``` + ## License [MIT License](https://github.com/nanxiaobei/hugo-paper/blob/main/LICENSE) (c) [nanxiaobei](https://lee.so/)