This feature allows for comments to be applied to this website.
Setting Up the Back-end
Setting Up the Front-end
plugins: {
transformers: [
+ Plugin.Remark42({
+ host: "https://remark.nasrudeen.com",
+ site_id: "remark",
+ // components: Array<String>,
+ // max_shown_comments: number,
+ // max_last_comments: number,
+ // theme: 'light' | 'dark',
+ // page_title: string, // Don't use this, it'll break your comment database. It's included for the sake of completeness.
+ // locale: string, // Technically an enum, full list at https://remark42.com/docs/configuration/frontend/#locales
+ show_email_subscription: true,
+ show_rss_subscription: true,
+ // simple_view: boolean,
+ no_footer: true,
+ }),
// Some Lines
]
}