diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 40b2d4a3a..000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -github: [jackyzha0] diff --git a/quartz.config.ts b/quartz.config.ts index ea0f8c7f6..b598fa663 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -8,13 +8,13 @@ import * as Plugin from "./quartz/plugins" */ const config: QuartzConfig = { configuration: { - pageTitle: "🪴 Quartz 4.0", + pageTitle: "📝 Matrix Notes", enableSPA: true, enablePopovers: true, analytics: { provider: "plausible", }, - locale: "en-US", + locale: "en-IN", baseUrl: "notes.trixtertempdrive.eu.org", ignorePatterns: ["private", "templates", ".obsidian"], defaultDateType: "created", @@ -22,30 +22,30 @@ const config: QuartzConfig = { fontOrigin: "googleFonts", cdnCaching: true, typography: { - header: "Schibsted Grotesk", - body: "Source Sans Pro", - code: "IBM Plex Mono", + header: "Montserrat", + body: "Karla", + code: "Fira Code", }, colors: { lightMode: { - light: "#faf8f8", - lightgray: "#e5e5e5", - gray: "#b8b8b8", - darkgray: "#4e4e4e", - dark: "#2b2b2b", - secondary: "#284b63", - tertiary: "#84a59d", - highlight: "rgba(143, 159, 169, 0.15)", + light: "#ebeef9", // Background color + lightgray: "#aab7d5", // Surface color + gray: "#a6adc1", // Mid-tone gray for borders and dividers + darkgray: "#6e738a", // Dark gray for text + dark: "#565c71", // Near-black for highlights and important elements + secondary:"#7a5fb7", // Slightly darker lavender for links and secondary actions + tertiary: "#78b0a0", // Muted teal for tertiary elements + highlight: "rgba(122, 95, 183, 0.15)"// Lighter shade of secondary with transparency }, darkMode: { - light: "#161618", - lightgray: "#393639", - gray: "#646464", - darkgray: "#d4d4d4", - dark: "#ebebec", - secondary: "#7b97aa", - tertiary: "#84a59d", - highlight: "rgba(143, 159, 169, 0.15)", + light: "#1d1f30", // Background color + lightgray: "#333546", // Surface color + gray: "#3f4254", // Mid-tone gray for borders and dividers + darkgray: "#b0b2c3", // Light gray for text + dark: "#e8eaf4", // Near-white for highlights and important elements + secondary: "#4db8b6", // Teal for links and secondary actions + tertiary: "#f3d250", // Muted yellow for tertiary elements + highlight: "rgba(77, 184, 182, 0.15)" // Teal highlight with opacity }, }, }, diff --git a/quartz.layout.ts b/quartz.layout.ts index b5a1639eb..371ca1fc1 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -7,8 +7,10 @@ export const sharedPageComponents: SharedLayout = { header: [], footer: Component.Footer({ links: { - GitHub: "https://github.com/jackyzha0/quartz", - "Discord Community": "https://discord.gg/cRFFHYye7t", + "RSS": "https://notes.trixtertempdrive.eu.org/index.xml", + "Email": "mailto:mohankumarpaluru@gmail.com", + "LinkedIn": "https://www.linkedin.com/in/mohankumarpaluru", + GitHub: "https://github.com/mohankumarpaluru" }, }), } diff --git a/quartz/plugins/emitters/contentIndex.ts b/quartz/plugins/emitters/contentIndex.ts index c0fef86d2..2cf7fd8aa 100644 --- a/quartz/plugins/emitters/contentIndex.ts +++ b/quartz/plugins/emitters/contentIndex.ts @@ -83,7 +83,7 @@ function generateRSSFeed(cfg: GlobalConfiguration, idx: ContentIndex, limit?: nu ${!!limit ? i18n(cfg.locale).pages.rss.lastFewNotes({ count: limit }) : i18n(cfg.locale).pages.rss.recentNotes} on ${escapeHTML( cfg.pageTitle, )} - Quartz -- quartz.jzhao.xyz + Quartz -- notes.trixtertempdrive.eu.org ${items} `