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

quartz.config.ts
configuration: {
-	pageTitle: "🪴 Quartz 4.0",
-	pageTitleSuffix: "",
+	pageTitle: "❯ NAS",
+	pageTitleSuffix: " | NAS",
// Some Lines
-	baseUrl: "quartz.jzhao.xyz",
-	ignorePatterns: ["private", "templates", ".obsidian"],
+	baseUrl: "nasrudeen.com",
+	ignorePatterns: ["Private", ".obsidian"],
//
-	generateSocialImages: false,
+	generateSocialImages: {
+		colorScheme: "lightMode",
+		excludeRoot: false,
+	},
}
quartz.config.ts
plugins: {
	transformers: [
		Plugin.CreatedModifiedDate({
-			priority: ["frontmatter", "filesystem"],
+			priority: ["frontmatter"],
		}),
	]
}
quartz.config.ts
configuration: {
	theme: {
		//
-		header: "Schibsted Grotesk",
-		body: "Source Sans Pro",
+		header: "Grenze",
+		body: "Radley",
		//
		colors: {
			lightMode: {
-				light: "#faf8f8",
-				lightgray: "#e5e5e5",
-				gray: "#b8b8b8",
-				darkgray: "#4e4e4e",
-				dark: "#2b2b2b",
-				secondary: "#284b63",
-				tertiary: "#84a59d",
-				highlight: "rgba(143, 159, 169, 0.15)",
-				textHighlight: "#fff23688",
+				light: "", // page background
+				lightgray: "", // borders, inline code highlight, search
+				gray: "", // header line tables, unvisited graph node, graph links on hover
+				darkgray: "", // body text
+				dark: "", // header text, icons, inline and block code text, Layout header (explorer, graph view, table of contents) text, note names in explorer text
+				secondary: "", // internal/external links, current graph node
+				tertiary: "", // internal/external links hover, visited graph node
+				highlight: "", // internal link background, footnote number link highlight
+				textHighlight: "", // markdown highlighted text
			},
			darkMode: {
-				light: "#161618",
-				lightgray: "#393639",
-				gray: "#646464",
-				darkgray: "#d4d4d4",
-				dark: "#ebebec",
-				secondary: "#7b97aa",
-				tertiary: "#84a59d",
-				highlight: "rgba(143, 159, 169, 0.15)",
-				textHighlight: "#b3aa0288",
+				light: "",
+				lightgray: "",
+				gray: "",
+				darkgray: "",
+				dark: "",
+				secondary: "",
+				tertiary: "",
+				highlight: "",
+				textHighlight: "",
			},
		},
	}
}