{"id":15372165,"url":"https://github.com/crispgm/weekly","last_synced_at":"2025-07-29T03:34:43.827Z","repository":{"id":44430910,"uuid":"96016489","full_name":"crispgm/weekly","owner":"crispgm","description":"A personal curation of tech articles","archived":false,"fork":false,"pushed_at":"2025-05-30T06:09:05.000Z","size":843,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-15T15:55:26.243Z","etag":null,"topics":["articles","deliver-articles","tech-articles"],"latest_commit_sha":null,"homepage":"https://crispgm.github.io/weekly/","language":"Ruby","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/crispgm.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},"funding":{"custom":"https://www.buymeacoffee.com/crispgm"}},"created_at":"2017-07-02T10:34:36.000Z","updated_at":"2025-05-30T06:09:08.000Z","dependencies_parsed_at":"2024-05-17T04:23:18.063Z","dependency_job_id":"68e6230d-ad45-4fa3-9e5b-f738690589ce","html_url":"https://github.com/crispgm/weekly","commit_stats":{"total_commits":141,"total_committers":4,"mean_commits":35.25,"dds":0.2056737588652482,"last_synced_commit":"291c86d249ece5b9b71928398f6c4128f5398152"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crispgm/weekly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispgm%2Fweekly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispgm%2Fweekly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispgm%2Fweekly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispgm%2Fweekly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crispgm","download_url":"https://codeload.github.com/crispgm/weekly/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispgm%2Fweekly/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267623425,"owners_count":24117185,"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-07-29T02:00:12.549Z","response_time":2574,"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":["articles","deliver-articles","tech-articles"],"created_at":"2024-10-01T13:49:41.509Z","updated_at":"2025-07-29T03:34:43.758Z","avatar_url":"https://github.com/crispgm.png","language":"Ruby","funding_links":["https://www.buymeacoffee.com/crispgm"],"categories":[],"sub_categories":[],"readme":"# [Crisp Minimal Weekly](https://crispgm.github.io/weekly/)\n\n![GitHub CI](https://github.com/crispgm/weekly/workflows/build/badge.svg)\n[![](https://img.shields.io/badge/powered%20by-jekyll-blue.svg)](https://jekyllrb.com)\n![](https://stars-badge.herokuapp.com/crispgm/weekly/last-pages-build.svg)\n\nPersonal curation of tech articles. The articles are mostly English and the comments are in Chinese.\nStarted as a weekly, and now it is without certain interval.\n\n## Install\n\n1. Clone\n\n    ```\n    $ git clone https://github.com/crispgm/weekly.git\n    ```\n\n2. Bundler\n\n    ```\n    $ bundle install\n    ```\n\n3. Run\n\n    ```\n    $ rake serve\n    ```\n\n## Deliver Articles\n\nTo deliver articles, please leave comment to [issue](https://github.com/crispgm/weekly/issues) with specific format:\n\n```\n/post\n- Your awesome title\n- https://your-awesome.com/link-to-article.html\n- Why you recommend the article in short.\n```\n\n### Format Specification\n\n| Field | Type |\n|------|-----|\n| title | String (Support inline html) |\n| link | String |\n| comment | String (Support inline html) |\n\n## Work with `rake`\n\n### Create Weekly\n\n```\n$ rake weekly:create\n```\n\nIt will generate scaffolds with date:\n\n```\n_weekly/2016-10-09-weekly.md\n```\n\nTo specify date:\n\n```\n$ rake weekly:create[2016-10-09]\n```\n\nP.S. In `zsh`, we need to use backslash escape:\n\n```\n$ rake weekly:create\\[2016-10-09\\]\n```\n\n### Create GitHub Issue\n\n```\n$ ACCESS_TOKEN=your-access-token-here rake weekly:open[2016-10-09]\n```\n\n### Import Articles From GitHub Issue\n\n```\n$ ACCESS_TOKEN=your-access-token-here rake weekly:import[2016-10-09]\n```\n\n### Edit Weekly\n\nOpen and edit the latest entry:\n\n```\n$ rake weekly:edit-latest\n```\n\nTo use non-default editors, pass an env variable to `rake`:\n\n```\n$ EDITOR=subl rake weekly:edit-latest\n```\n\n### Tests\n\nThere are several tests to check typos and duplicates errors.\n\n```\n$ rake test-weekly\n```\n\nIt scan all weeklys by default, to specify date:\n\n```\n$ rake test-weekly[2016-11-15]\n```\n\nFor the latest weekly, pass `latest`:\n\n```\n$ rake test-weekly[latest]\n```\n\nErrors will show with highlighted message to indicates the item:\n\n```\n[ERROR] Duplicated name within a weekly found:\n    Filename: 2016-11-22-weekly.md\n        Item: 1\n     \u003e\u003e Name: Google 是如何做到从不宕机的\n```\n\n## Press\n\n- [How I build engineering weekly automatically](https://crispgm.com/page/engineering-weekly-automation.html) (In Chinese)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispgm%2Fweekly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrispgm%2Fweekly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispgm%2Fweekly/lists"}