🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
Go to file
Henry Zhang aedec5516b chore: update pkg-types to version 1.3.0 in pnpm-lock.yaml; minor formatting adjustments in multiple markdown files
- Updated pkg-types dependency from 1.2.1 to 1.3.0 in pnpm-lock.yaml.
- Made minor formatting corrections in various markdown files, including keyword spacing and table formatting for better readability.
- Added an image to the investment institutions article for enhanced visual appeal.
2024-12-28 11:57:42 +08:00
.github chore(deps): bump rlespinasse/github-slug-action from 4.4.1 to 5.0.0 in the ci-dependencies group (#1578) 2024-11-10 04:46:14 -05:00
content chore: update pkg-types to version 1.3.0 in pnpm-lock.yaml; minor formatting adjustments in multiple markdown files 2024-12-28 11:57:42 +08:00
docs docs(showcase): 8cat.life (#1617) 2024-12-03 01:50:50 -05:00
quartz chore: update pkg-types to version 1.3.0 in pnpm-lock.yaml; minor formatting adjustments in multiple markdown files 2024-12-28 11:57:42 +08:00
.gitattributes add gitattributes for windows 2023-08-02 20:59:56 -07:00
.gitignore feat: support configurable ws port and remote development (#429) 2023-08-27 17:39:42 -07:00
.node-version chore: update Node.js version and dependencies, modify footer links, and adjust typography 2024-12-27 12:31:55 +08:00
.npmrc add engines field 2023-08-20 08:57:56 -07:00
.prettierignore fix notes 2023-08-07 23:57:24 -07:00
.prettierrc Use semi: false for prettier config 2022-05-02 08:57:25 -07:00
CODE_OF_CONDUCT.md run prettier 2023-07-22 17:27:41 -07:00
Dockerfile fix(ci): run build on tags (#1483) 2024-10-06 22:34:31 -04:00
globals.d.ts refactor(comments): move script to files (#1308) 2024-08-05 15:17:11 -04:00
index.d.ts feat: Emit custom event when theme changes (#723) 2024-01-23 14:52:41 -08:00
LICENSE.txt add base structure 2021-07-18 09:35:42 -04:00
package-lock.json chore(deps): bump the production-dependencies group with 7 updates (#1667) 2024-12-23 16:35:08 -05:00
package.json chore: update Node.js version and dependencies, modify footer links, and adjust typography 2024-12-27 12:31:55 +08:00
pnpm-lock.yaml chore: update pkg-types to version 1.3.0 in pnpm-lock.yaml; minor formatting adjustments in multiple markdown files 2024-12-28 11:57:42 +08:00
quartz.config.ts chore: update Node.js version and dependencies, modify footer links, and adjust typography 2024-12-27 12:31:55 +08:00
quartz.layout.ts chore: update Node.js version and dependencies, modify footer links, and adjust typography 2024-12-27 12:31:55 +08:00
README.md docs(README): Revise content for Crypto Startup School 2024-12-24 18:17:26 +08:00
tsconfig.json chore(deps-dev): bump prettier 2024-06-17 21:46:43 -07:00

Crypto Startup School

1. 贡献方式

  1. 使用 Obsidian 编辑器,打开 content 文件夹,创建 markdown 文件或者文件夹,文件夹名称即为课程名称,文件夹内为课程内容。注意:不能删除 index.md 文件。
  2. 创建完成后,提交 PR 到 main 分支。
  3. 等待审核通过后,即可在 https://learn.css.show/ 查看课程内容。