Commit Graph

2 Commits

Author SHA1 Message Date
Henry Zhang
a826df3216 chore: update Node.js version and dependencies, modify footer links, and adjust typography
- Updated Node.js version in .node-version and package.json to v22.
- Updated regex and regex-recursion dependencies to version 5.1.1 in pnpm-lock.yaml.
- Changed typography fonts in quartz.config.ts to "Noto Sans Simplified Chinese".
- Updated footer links in quartz.layout.ts and quartz/components/Footer.tsx to reflect new community links.
- Made minor formatting adjustments in base.scss for consistency.
2024-12-27 12:31:55 +08:00
Henry Zhang
9a1339e42a feat/Style: Update grid layout variables with map function
Update styles to use the map function from sass to improve maintainability and reduce magic numbers. This change will also allow for easier updates when new breakpoints are added or modified.
2024-12-24 16:06:10 +08:00