-
Notifications
You must be signed in to change notification settings - Fork 9
/
jscomments.yaml
79 lines (67 loc) · 2.96 KB
/
jscomments.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Global plugin configurations
enabled: true # Set to false to disable this plugin completely
# Global and page specific configurations
active: true # Option to (de-)activate this plugin on a per-page basis
provider: '' # Comment provider (one of the providers below)
# Default options for JSComments configuration
providers:
discourse:
host: '' # The URL to the Discourse commenting system
disqus:
shortname: '' # Forum shortname
show_count: false # Show comment count
language: '' # Default language (e.g. 'en')
facebook:
app_id: '' # App ID
num_posts: 5 # Number of visible posts
colorscheme: 'light' # Color scheme (can be "light" or "dark")
order_by: 'social' # The order to use when displaying comments.
# ('social', 'reverse_time', 'time')
language: '' # Language (e.g. 'en_US')
width: '100%' # Width (px or %)
googleplus:
show_count: false # Show comment count
language: '' # Default language (e.g. 'en')
width: '100%' # Width (px or %)
intensedebate:
account_number: '' # Account number
isso:
host: '' # The URL to the Isso commenting system
builtin_css: true # Use provided stylesheet
language: '' # Default language (e.g. 'en')
reply_to_self: false # Reply to self
require:
author: true # Require author name
email: true # Require author email
comments:
number: 10 # Number of top level comments to show by default
nested_number: 5 # Number of nested level comments to show by default
reveal: 5 # Number of comments to reveal on clicking the "X Hidden" link
avatar:
enabled: true # Enable or disable avatar generation.
background: '' # Set avatar background color.
foreground: '' # Set avatar foreground color. Up to 8 colors are possible.
vote:
enabled: true # Enable or disable voting feature on the client side.
levels: '-5,5' # List of vote levels used to customize comment appearance based on score.
muut:
forum: '' # Forum name
channel: 'General' # The name of the muut channel
widget: false # Embed muut comments as a widget
show_online: false # Show online users
show_title: false # Show comment titles
upload: false # Allow uploads
share: true # Show share buttons
language: '' # Default language (e.g. 'en')
hypercomments:
widget_id: # The ID of your widget
social: # The order and set of social networks.
- 'vk'
- 'odnoklassniki'
- 'yandex'
- 'mailru'
- 'google'
- 'livejournal'
- 'facebook'
- 'twitter'
- 'tumblr'