{"id":13615874,"url":"https://github.com/plantree/ruanyf-weekly","last_synced_at":"2026-02-05T15:35:00.361Z","repository":{"id":130769492,"uuid":"610049498","full_name":"plantree/ruanyf-weekly","owner":"plantree","description":"VitePress构建阮一峰的技术周刊","archived":false,"fork":false,"pushed_at":"2026-01-30T02:50:23.000Z","size":448,"stargazers_count":371,"open_issues_count":6,"forks_count":45,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-30T17:52:20.138Z","etag":null,"topics":["algolia","blog","technology"],"latest_commit_sha":null,"homepage":"https://ruanyf-weekly.plantree.me/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plantree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-06T01:18:22.000Z","updated_at":"2026-01-30T02:50:26.000Z","dependencies_parsed_at":"2023-09-29T01:50:21.890Z","dependency_job_id":"8d21f96b-e0b2-40c6-be83-b0c615a3379d","html_url":"https://github.com/plantree/ruanyf-weekly","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/plantree/ruanyf-weekly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plantree%2Fruanyf-weekly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plantree%2Fruanyf-weekly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plantree%2Fruanyf-weekly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plantree%2Fruanyf-weekly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plantree","download_url":"https://codeload.github.com/plantree/ruanyf-weekly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plantree%2Fruanyf-weekly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29124802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T14:05:12.718Z","status":"ssl_error","status_checked_at":"2026-02-05T14:03:53.078Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["algolia","blog","technology"],"created_at":"2024-08-01T20:01:19.666Z","updated_at":"2026-02-05T15:35:00.340Z","avatar_url":"https://github.com/plantree.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# ruanyf-weekly\n\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/plantree/ruanyf-weekly/actions/workflows/weekly-deploy.yml\"\u003e\u003cimg src=\"https://github.com/plantree/ruanyf-weekly/actions/workflows/weekly-deploy.yml/badge.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://discord.gg/ffRG4mWzFZ\"\u003e\u003cimg src=\"https://img.shields.io/discord/1095518582475067512\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e 声明: 非官方！！！官网链接在https://www.ruanyifeng.com/blog/\n\n网站地址在：https://ruanyf-weekly.plantree.me/\n\n#### 一. 背景\n\n个人平时比较喜欢看阮一峰老师的技术周刊，文笔简练，条理清晰。\n\n但也遇到了一些问题：\n\n- 缺少一个跨端且友好的统一阅读入口\n\n- 检索能力较欠缺\n\n#### 二. 构建\n\n因为阮一峰老师的技术周刊本身是开源的，因此可基于这些内容，利用现成的工具，重新构建一个静态网站，并借助CI实现部署自动化，同时对文本增加检索能力。\n\n- 页面构建采用了VitePress\n\n- 网站部署在Vercel\n\n- 定时构建采用了GitHub Action\n\n- 搜索引擎使用Algolia\n\n#### 三. 本地启动\n\n- 安装依赖：`npm i`\n\n- 爬取周刊：`./script/main.sh`\n\n- 启动：`npm run docs:dev`\n\n\n#### 四. Vercel部署\n\n[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fplantree%2Fruanyf-weekly\u0026install-command=npm%20install\u0026build-command=bash%20.%2Fscripts%2Fmain.sh%20%26%26%20npm%20run%20docs%3Abuild\u0026output-directory=docs%2F.vitepress%2Fdist)\n\n#### Changelog\n\n##### 2023.05.15\n\n###### Features\n\n- 增加移动端阅读二维码入口(感谢@[terminalqo](https://github.com/terminalqo))\n\n##### 2023.04.12\n\n###### Bug Fixes\n\n- 去除GitHub Action无效的push触发\n\n###### Features\n\n- 增加discord\n\n##### 2023.04.10\n\n###### Features\n\n- 一键部署到Vercel（感谢@[chaos-zhu](https://github.com/chaos-zhu))\n- 增加公益捐赠（免费午餐）\n\n##### 2023.03.27\n\n###### Bug Fixes\n\n- 定期更新时间改为周五\n- Giscus适配dark-mode\n- Giscus跟随路由跳转而更新\n\n###### Features\n\n- NavBar增加周报title\n\n##### 2023.03.23\n\n###### Features\n\n- VitePress构建静态页面，并部署到Vercel\n- 接入Algolia\n- GitHub Action周级构建\n- 接入Giscus，增加评论\n\n#### 公益捐赠（免费午餐）\n\n\u003cp align=\"left\"\u003e\n\u003cimg src=\"http://www.mianfeiwucan.org/uploads/pics/weixin.png\" alt=\"img\" width=\"200\" /\u003e\n\u003cimg src=\"http://www.mianfeiwucan.org/uploads/pics/alipay.png\" alt=\"img\" width=\"200\" /\u003e\n\u003cimg src=\"http://www.mianfeiwucan.org/uploads/pics/sina.png\" alt=\"img\" width=\"200\" /\u003e\n\u003c/p\u003e\n\n#### 参考\n\n1. https://www.ruanyifeng.com/blog/\n1. https://giscus.app/zh-CN\n1. http://www.mianfeiwucan.org/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplantree%2Fruanyf-weekly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplantree%2Fruanyf-weekly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplantree%2Fruanyf-weekly/lists"}