add admonition for remark42
This commit is contained in:
parent
c9528396a1
commit
9d28a0e5f7
|
@ -14,9 +14,8 @@
|
||||||
components: ['embed', 'counter'],
|
components: ['embed', 'counter'],
|
||||||
max_shown_comments: 20,
|
max_shown_comments: 20,
|
||||||
theme: 'light',
|
theme: 'light',
|
||||||
// page_title: 'My custom title for a page',
|
simple_view: true,
|
||||||
// show_email_subscription: false,
|
admonition: JSON.stringify(['Please subscribe by email to receive reply notifications.']),
|
||||||
simple_view: true
|
|
||||||
};
|
};
|
||||||
if (isDarkTheme()) {
|
if (isDarkTheme()) {
|
||||||
remark_config.theme = 'dark'
|
remark_config.theme = 'dark'
|
||||||
|
|
Loading…
Reference in New Issue