diff options
| author | 2024-04-23 00:37:58 -0400 | |
|---|---|---|
| committer | 2024-04-23 00:37:58 -0400 | |
| commit | 9b0e86a8e74768c4fe848fb5ce8d754292db4e3e (patch) | |
| tree | cfd424be8ecb68357e6e572033f08bc534bf724f /docs/manual.rst | |
| parent | 393aa58f2c5afd51f92fd9bd4b6dfd0dc90cea41 (diff) | |
New upstream version 8.3.0.upstream/8.3.0upstream
Diffstat (limited to 'docs/manual.rst')
| -rw-r--r-- | docs/manual.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual.rst b/docs/manual.rst index 1ca7a72..0ddc877 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -7,7 +7,7 @@ .. has_math: true .. author: The Nikola Team -:Version: 8.2.3 +:Version: 8.3.0 .. class:: alert alert-primary float-md-right @@ -1909,6 +1909,7 @@ are probably expecting: comments. Nikola supports several third party comment systems: * `DISQUS <https://disqus.com>`_ +* `Discourse <https://discourse.com>`_ * `IntenseDebate <https://www.intensedebate.com/>`_ * `Muut (Formerly moot) <https://muut.com/>`_ * `Facebook <https://facebook.com/>`_ @@ -1936,6 +1937,7 @@ It is also possible to use a comment system added by a plugin, see the Punycode (if using Internationalized Domain Names) and **have a trailing slash**, default ``http://localhost:8080/``). You can add custom config options via ``GLOBAL_CONTEXT``, e.g., ``GLOBAL_CONTEXT['isso_config'] = {"require-author": "true"}`` + * For Discourse, it's the forum instance (must be world-accessible) and **have a trailing slash**. * For Commento, it's the URL of the commento instance as required by the ``serverUrl`` parameter in commento's documentation. * For Utterances, it's the **repo name** (``"org/user"``) on GitHub whose |
