Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nathancday/min_night.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate <nathancday@gmail.com>2019-09-15 19:35:14 +0300
committerNate <nathancday@gmail.com>2019-09-15 19:35:14 +0300
commit3ae45ce9e61ce4b0be5aa85e8863802134ef3cb1 (patch)
treea609020af3cf09cf2c89055c861db1e68fac6faf
parent95193b129ed16c431bc3405ea82b69fcee4d04b0 (diff)
update NEWS, README for Talk/Coral supportv0.0.4dev
-rw-r--r--NEWS.md4
-rw-r--r--README.md18
2 files changed, 17 insertions, 5 deletions
diff --git a/NEWS.md b/NEWS.md
index b7ea4c9..44e78c6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,2 +1,6 @@
+# v0.0.4 2019-09-15
+Support Talk/Coral with partial templates TY @mzch
+Replace deprecated Hugo link variables with `.RelPermaLin` TY @mzch
+
# v0.0.3
Support FontAwesome5 thanks to @BPDranka
diff --git a/README.md b/README.md
index 7353c3b..f8b1c2c 100644
--- a/README.md
+++ b/README.md
@@ -124,13 +124,21 @@ Font Awesome v5 icons are supported. The syntax for using these icons has change
### [Coral](https://github.com/coralproject/talk) (formarly Talk)
-If you use [Coral](https://github.com/coralproject/talk) instead of Disqus, please follow the step.
-1. Delete or Comment out `disqusShortName` in `config.toml`
-1. If you use Talk v4, add Talk Host in [params] section, i.e. `talkHost = "talk.example.com"`
-1. If you use Coral (Talk v5), add Coral Host in [params] section, i.e. `coralHost = "coral.example.com"`
+[Coral](https://github.com/coralproject/talk) is set of tools back by Mozilla, to make website commenting better. It is aimed at the news industry and has a lot of features for moderating a community, including abilities to mute annoying voices, set up specific notifications and access detailed commentor histories.
-**Attention** Talk/Coral Host has to support SSL encryption (in other word, URL starts https://...).
+While Coral can be viewed as alternative to Hugo's built-in support of Disqus, but it is definately geared towrds larger sites and requires extra tech infrastructure. Inorder to run Coral you will need to install additional software on your server, but this theme includes partial layouts for easily adding the required JS + HTML into your pages.
+
+To enable the parts for Talk v4 and Coral (Talk v5) edit your `config.toml` file like this:
+
+```toml
+talkHost = "talk.example.com" # TalkV4
+coralHost = "coral.example.com"
+```
+
+Make sure you comment out (or delete) the `disqusShortName` field in `config.toml` to prevent multiple comment plugins being included. And make sure your host has SSL encryption (eg https://example.com) enabled becasue Talk/Coral requires it.
+
+Talk/Coral templates are graciously contributed by @mzch
## Going forward