🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
Go to file
Henry Zhang 7b2d5f4849 docs(README): Revise content for Crypto Startup School
Updated the README to reflect the new focus on the Crypto Startup School, removing previous references to Quartz v4. Added detailed instructions for contributing content using the Obsidian editor, including steps for creating markdown files and submitting pull requests.
2024-12-24 18:17:26 +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 feat/Style: Update grid layout variables with map function 2024-12-24 16:06:10 +08:00
docs docs(showcase): 8cat.life (#1617) 2024-12-03 01:50:50 -05:00
quartz feat/Style: Update grid layout variables with map function 2024-12-24 16:06:10 +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 build: add .node-version 2024-08-05 18:48:29 -07: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 feat/Style: Update grid layout variables with map function 2024-12-24 16:06:10 +08:00
pnpm-lock.yaml feat/Style: Update grid layout variables with map function 2024-12-24 16:06:10 +08:00
quartz.config.ts feat/Style: Update grid layout variables with map function 2024-12-24 16:06:10 +08:00
quartz.layout.ts feat(layout): add afterBody 2024-07-09 19:09:31 -07: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/ 查看课程内容。