Pirates are evil? The Marines are righteous? These terms have always changed throughout the course of history! Kids who have never seen peace and kids who have never seen war have different values! Those who stand at the top determine what's wrong and what's right! This very place is neutral ground! Justice will prevail, you say? But of course it will! Whoever wins this war becomes justice! - Donquixote Doflamingo • Pirates are evil? The Marines are righteous? These terms have always changed throughout the course of history! Kids who have never seen peace and kids who have never seen war have different values! Those who stand at the top determine what's wrong

This feature allows for comments to be applied to this website.

Setting Up the Back-end

Setting Up the Front-end

quartz.config.ts
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
	]
}