{"id":32710689,"url":"https://github.com/rawfeed/rawfeed-jekyll","last_synced_at":"2026-04-04T23:01:09.745Z","repository":{"id":319355033,"uuid":"1074940941","full_name":"rawfeed/rawfeed-jekyll","owner":"rawfeed","description":":syringe: A raw Jekyll theme for minimalists","archived":false,"fork":false,"pushed_at":"2026-03-19T04:45:37.000Z","size":7914,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-01T22:28:31.882Z","etag":null,"topics":["feed","jekyll","jekyll-blog","jekyll-site","jekyll-template","jekyll-theme","jekyll-website","minimal","minimalist","raw","ruby","ssg-theme","theme"],"latest_commit_sha":null,"homepage":"https://rawfeed.github.io/rawfeed-jekyll","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rawfeed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2025-10-12T19:04:37.000Z","updated_at":"2026-03-19T04:45:40.000Z","dependencies_parsed_at":"2025-10-18T22:06:52.220Z","dependency_job_id":"84bccf5d-5c09-44e9-be3d-a8a2a346a37c","html_url":"https://github.com/rawfeed/rawfeed-jekyll","commit_stats":null,"previous_names":["williamcanin/rawfeed","rawfeed/jekyll","rawfeed/rawfeed-jekyll"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/rawfeed/rawfeed-jekyll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawfeed%2Frawfeed-jekyll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawfeed%2Frawfeed-jekyll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawfeed%2Frawfeed-jekyll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawfeed%2Frawfeed-jekyll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rawfeed","download_url":"https://codeload.github.com/rawfeed/rawfeed-jekyll/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawfeed%2Frawfeed-jekyll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31418286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":["feed","jekyll","jekyll-blog","jekyll-site","jekyll-template","jekyll-theme","jekyll-website","minimal","minimalist","raw","ruby","ssg-theme","theme"],"created_at":"2025-11-02T06:00:39.960Z","updated_at":"2026-04-04T23:01:09.737Z","avatar_url":"https://github.com/rawfeed.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/logo.png\" alt=\"Rawfeed\" width=\"150\"\u003e\n  \u003cbr\u003e\n  \u003csmall\u003erawfeed-jekyll — A raw Jekyll theme for minimalists\u003c/small\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://badge.fury.io/rb/rawfeed\" target=\"_blank\"\u003e\u003cimg src=\"https://badge.fury.io/rb/rawfeed.svg\" alt=\"Gem Version\" height=\"18\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://rawfeed.github.io/rawfeed-jekyll\" target=\"_blank\"\u003eDocumentation\u003c/a\u003e\n\u003c/p\u003e\n\n# For developer\n\n## Requirements\n\n| Required | Version | How to verify | How to install                    |\n| -------- | ------- | ------------- | --------------------------------- |\n| Git      | \u003e= 2    | `git -v`      | [Git](http://git-scm.com/)        |\n| Ruby     | \u003e= 3.0  | `ruby -v`     | [Ruby](https://www.ruby-lang.org) |\n| Gem      | \u003e= 3.0  | `gem -v`      | **Ruby** contains **Gem**         |\n| Bundler  | \u003e= 2.0  | `bundler -v`  | `gem install bundler`             |\n| NodeJs   | \u003e= 20   | `node -v`     | [NodeJS](https://nodejs.org)      |\n| Npm      | \u003e= 9    | `npm -v`      | **NodeJS** contains **Npm**       |\n\n\n## Clone\n\n```shell\ngit clone https://github.com/rawfeed/rawfeed-jekyll.git \"rawfeed\"; cd rawfeed; npm install\n```\n\n## Gem\n\n**(1)** - Compile the gem:\n\n```shell\nnpm run generate:gem\n```\n\n**(2)** - Publish the gem:\n\n```shell\nnpm run publish:gem\n```\n\nFor more tasks, see: `npm run rake:tasks`\n\n# Changelog\n\nSee [here](https://rawfeed.github.io/rawfeed-jekyll/changelog/)\n\n# License\n\nThe theme is available as open source under the terms of [this License](https://rawfeed.github.io/rawfeed-jekyll/license/).\n\n# Donation\n\nClick on the image below to be redirected to the donation forms:\n\n\u003cdiv class=\"donation\"\u003e\n  \u003ca href=\"https://williamcanin.github.io/donate/\" target=\"_blank\"\u003e\n    \u003cimg width=\"160\" height=\"100\" src=\"assets/images/icons/donation.svg\" alt=\"Donate\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003e It is very important that you make a donation to motivate further development of rawfeed-jekyll. :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawfeed%2Frawfeed-jekyll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawfeed%2Frawfeed-jekyll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawfeed%2Frawfeed-jekyll/lists"}