{"id":22216987,"url":"https://github.com/gvcgo/learn_it","last_synced_at":"2025-10-13T05:31:23.845Z","repository":{"id":265024430,"uuid":"853254294","full_name":"gvcgo/learn_it","owner":"gvcgo","description":"Computer Science. 编程学习聚合网站。","archived":false,"fork":false,"pushed_at":"2024-12-21T03:54:53.000Z","size":864,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T05:45:05.496Z","etag":null,"topics":["computer-science"],"latest_commit_sha":null,"homepage":"https://learnit.vmr.dpdns.org","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gvcgo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-06T09:41:17.000Z","updated_at":"2025-05-27T08:52:25.000Z","dependencies_parsed_at":"2024-12-21T04:23:24.841Z","dependency_job_id":"ee4fdf89-836c-4d5d-bf66-2522a8f5d31f","html_url":"https://github.com/gvcgo/learn_it","commit_stats":null,"previous_names":["gvcgo/learn_it"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gvcgo/learn_it","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gvcgo%2Flearn_it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gvcgo%2Flearn_it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gvcgo%2Flearn_it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gvcgo%2Flearn_it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gvcgo","download_url":"https://codeload.github.com/gvcgo/learn_it/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gvcgo%2Flearn_it/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013703,"owners_count":26085393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-science"],"created_at":"2024-12-02T22:14:16.051Z","updated_at":"2025-10-13T05:31:23.529Z","avatar_url":"https://github.com/gvcgo.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 什么是Learn-it？\n\nLearn-it是一个开放式的关于计算机学习资源和工具的导航网站。它的开放在于，任何人都能提交PR来添加自己搜集的在线学习资源。\n以便满足大家学习开发的需求。通过集思广益，让更多人能都能很快速地获取他所需要的计算机方向的免费学习资料。也能很方便地了解到\n一些优秀地开源或者免费工具，提高开发效率等等。\n\n## 如何增加自己想要的内容\n\n在learn_it/src/content/docs目录下，每一个文件夹对应一个大类。在文件夹下，每一个mdx文件对应一个小类。\n如果没有为你所提供的资源找到分类，可以自行新建文件夹和mdx文件。\n\n新建的mdx文件，可以按照如下方式添加条目(注意不要重复import)：\n\n```md\nimport { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';\n\n\u003cCardGrid\u003e\n\t\u003cCard title=\"图解Redis By 小林coding\" icon=\"seti:notebook\"\u003e\n\t\t\u003cLinkCard title=\"网站\" href=\"https://xiaolincoding.com/redis/\" /\u003e\n\t\t\u003cLinkCard title=\"Github\" href=\"https://github.com/xiaolincoder/CS-Base\" /\u003e\n\t\u003c/Card\u003e\n\u003c/CardGrid\u003e\n```\n\n## 也可以在issue中提出想要增加的内容\n\n想要增加的内容最好是有网站链接的免费公开资源。可以是笔记资料，开源书籍，开源项目，公开课程等等。\n只要是认为对学习计算机科学有帮助的优秀资源，都可以提交issue。\n只要是非常好用的软件工具，尤其是开源工具，也可以提交issue。\n\n## learn-it的目标\n\nLearn-it的目标是收集计算机科学领域优秀的公开资源，并按照一定的分类进行整理，方便大家学习和使用。\n\n## 截图demo\n\n[去到主页](https://go.learnit.us.kg/)\n\n\u003cimg src=\"https://raw.githubusercontent.com/gvcgo/learn_it/refs/heads/main/src/assets/learn_it.png\" alt=\"主页\" /\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/gvcgo/learn_it/refs/heads/main/src/assets/learn_it_content.png\" alt=\"内容\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgvcgo%2Flearn_it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgvcgo%2Flearn_it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgvcgo%2Flearn_it/lists"}