{"id":41285309,"url":"https://github.com/yuna0x0/fubuki-webring","last_synced_at":"2026-01-23T03:02:53.175Z","repository":{"id":327872942,"uuid":"1111086155","full_name":"yuna0x0/fubuki-webring","owner":"yuna0x0","description":"A webring for cozy blogs and personal websites","archived":false,"fork":false,"pushed_at":"2025-12-07T02:23:57.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-10T02:49:19.043Z","etag":null,"topics":["ringfairy","webring"],"latest_commit_sha":null,"homepage":"https://webring.fbk.moe","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuna0x0.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":"2025-12-06T08:37:52.000Z","updated_at":"2025-12-07T02:24:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yuna0x0/fubuki-webring","commit_stats":null,"previous_names":["yuna0x0/fubuki-webring"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/yuna0x0/fubuki-webring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuna0x0%2Ffubuki-webring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuna0x0%2Ffubuki-webring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuna0x0%2Ffubuki-webring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuna0x0%2Ffubuki-webring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuna0x0","download_url":"https://codeload.github.com/yuna0x0/fubuki-webring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuna0x0%2Ffubuki-webring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28679140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"online","status_checked_at":"2026-01-23T02:00:08.296Z","response_time":59,"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":["ringfairy","webring"],"created_at":"2026-01-23T03:01:54.334Z","updated_at":"2026-01-23T03:02:53.169Z","avatar_url":"https://github.com/yuna0x0.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fubuki Webring\n\nA webring for cozy blogs and personal websites. Powered by [ringfairy](https://github.com/k3rs3d/ringfairy).\n\n## How to join the webring\n\n1. Choose a unique `slug` for your site (e.g., `yuna0x0`).\n2. Clone or fork this repository, then edit the `websites.json` file to add your site in the following format:\n\n```json\n{\n  \"name\": \"your name\",\n  \"slug\": \"your chosen slug\",\n  \"about\": \"a short description of you or your website.\",\n  \"url\": \"https://example.com\",\n  \"owner\": \"your.email@example.com\",\n  \"rss\": \"https://example.com/rss.xml\", // optional\n  \"misc\": {\n    \"button\": \"https://example.com/88x31.png\", // 88x31 button image URL (optional, but recommended)\n    \"twtxt\": \"https://example.com/twtxt.txt\" // twtxt feed URL (optional)\n  }\n}\n```\n\n3. Commit your changes and create a pull request on [GitHub](https://github.com/yuna0x0/fubuki-webring) or [Codeberg](https://codeberg.org/yuna0x0/fubuki-webring). (Repositories are mirrored between the two platforms.)\n4. After your PR is merged, add the following HTML snippet (or customize it as you like) to your website, replacing `{your-slug}` with your chosen slug:\n\n```html\n\u003ca href=\"https://webring.fbk.moe/{your-slug}/previous\"\u003e\u0026larr;\u003c/a\u003e\n\u003ca href=\"https://webring.fbk.moe\"\u003eFubuki Webring\u003c/a\u003e\n\u003ca href=\"https://webring.fbk.moe/{your-slug}/next\"\u003e\u0026rarr;\u003c/a\u003e\n```\n\n## Build\n\n1. Install [ringfairy](https://github.com/k3rs3d/ringfairy) using Cargo:\n\n```bash\ncargo install --git https://github.com/k3rs3d/ringfairy.git\n```\n\n2. Clone this repository:\n\n```bash\n# GitHub\ngit clone https://github.com/yuna0x0/fubuki-webring.git\n# or Codeberg\ngit clone https://codeberg.org/yuna0x0/fubuki-webring.git\n\ncd fubuki-webring\n```\n\n2. Build the webring site:\n\n```bash\nringfairy\n```\n\nThis will generate the static site in the `webring` directory.\n\n## License\n\nThis webring uses [ringfairy](https://github.com/k3rs3d/ringfairy) and is licensed under the [GNU General Public License v3.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuna0x0%2Ffubuki-webring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuna0x0%2Ffubuki-webring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuna0x0%2Ffubuki-webring/lists"}