add admonition for remark42

This commit is contained in:
Reorx 2022-06-03 01:21:56 +08:00
parent c9528396a1
commit 9d28a0e5f7
1 changed files with 2 additions and 3 deletions

View File

@ -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'