mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
- 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. |
||
|---|---|---|
| .github | ||
| content | ||
| docs | ||
| quartz | ||
| .gitattributes | ||
| .gitignore | ||
| .node-version | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| CODE_OF_CONDUCT.md | ||
| Dockerfile | ||
| globals.d.ts | ||
| index.d.ts | ||
| LICENSE.txt | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| quartz.config.ts | ||
| quartz.layout.ts | ||
| README.md | ||
| tsconfig.json | ||
Crypto Startup School
1. 贡献方式
- 使用 Obsidian 编辑器,打开
content文件夹,创建 markdown 文件或者文件夹,文件夹名称即为课程名称,文件夹内为课程内容。注意:不能删除index.md文件。 - 创建完成后,提交 PR 到
main分支。 - 等待审核通过后,即可在
https://learn.css.show/查看课程内容。