From 5338f2d4a36a719911df5d69b17d55f8b9c132e0 Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Sat, 14 Aug 2021 13:56:52 +0800 Subject: Updated Comment (markdown) --- Comment.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/Comment.md b/Comment.md index f4ad949..a0e8dbf 100644 --- a/Comment.md +++ b/Comment.md @@ -10,10 +10,6 @@ Now, this theme support these comment service: ### Customizing existing comment service -The code of comment services is located at `/themes/diary/layouts/partials/journal.html`. - -It's messy, and I will fix it in the near future. ;) - ### Enabling #### Gitalk Edit your `config.toml` in the hugo website's root directory. @@ -55,23 +51,6 @@ livereId = "xxxx" "xxxx" stands for the value of `data-uid` in your LiveRe HTML code. -#### Valine -Edit your `config.toml` in the hugo website's root directory. - -Add the following line to the section `[params]` -```toml -enableValine = true -``` -Then add following lines behind: -```toml -[params.valine] - appId = "Your app ID of leancloud" - appKey = "Your app key of leancloud" - avator = "avator type" -``` - -`avator` is optional. For details, [click here](https://valine.js.org/avatar.html). - #### Twikoo Edit your `config.toml` in the hugo website's root directory. -- cgit v1.2.3