Merge pull request #1 from mayobloom/feature/edit-design

edit blog name and font design
This commit is contained in:
Hyun Park 2025-08-13 00:31:43 +09:00 committed by GitHub
commit d9ec6aea99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
pageTitle: "Quartz 4",
pageTitle: "Mayonaise Transit",
pageTitleSuffix: "",
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "plausible",
},
locale: "en-US",
locale: "ko-KR",
baseUrl: "quartz.jzhao.xyz",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "modified",
@ -23,8 +23,8 @@ const config: QuartzConfig = {
fontOrigin: "googleFonts",
cdnCaching: true,
typography: {
header: "Schibsted Grotesk",
body: "Source Sans Pro",
header: "Noto Sans KR",
body: "Noto Sans KR",
code: "IBM Plex Mono",
},
colors: {