{"id":15441832,"url":"https://github.com/garrying/wwworkshop-webring","last_synced_at":"2025-04-19T19:00:19.636Z","repository":{"id":41952990,"uuid":"145488995","full_name":"garrying/wwworkshop-webring","owner":"garrying","description":"A webring for the WWWorkshop","archived":false,"fork":false,"pushed_at":"2025-03-21T23:13:33.000Z","size":1854,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T12:02:52.395Z","etag":null,"topics":["jekyll","ocad","toronto","webrings","workshop"],"latest_commit_sha":null,"homepage":"https://wwworkshop.org","language":"SCSS","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/garrying.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}},"created_at":"2018-08-21T01:24:15.000Z","updated_at":"2025-02-17T01:08:37.000Z","dependencies_parsed_at":"2023-02-10T00:30:36.714Z","dependency_job_id":"e8f54df8-42b7-4562-bbfd-447797a0cc54","html_url":"https://github.com/garrying/wwworkshop-webring","commit_stats":{"total_commits":143,"total_committers":4,"mean_commits":35.75,"dds":0.3496503496503497,"last_synced_commit":"930beadd22b1910bf79fa754b08f8bbfbdf89914"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrying%2Fwwworkshop-webring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrying%2Fwwworkshop-webring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrying%2Fwwworkshop-webring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrying%2Fwwworkshop-webring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garrying","download_url":"https://codeload.github.com/garrying/wwworkshop-webring/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249771332,"owners_count":21323077,"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","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":["jekyll","ocad","toronto","webrings","workshop"],"created_at":"2024-10-01T19:23:25.536Z","updated_at":"2025-04-19T19:00:19.608Z","avatar_url":"https://github.com/garrying.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WWWorkshop Webring\n\n[![HTMLProofer/NPM Lint Build](https://github.com/garrying/wwworkshop-webring/actions/workflows/main.yml/badge.svg)](https://github.com/garrying/wwworkshop-webring/actions/workflows/main.yml)\n\nSource code for a [webring](https://en.wikipedia.org/wiki/Webring) called [**WWWorkshop**](https://wwworkshop.org) Created as part of an undergraduate studio course at OCAD University—[view course materials and syllabus](https://github.com/garrying/wwworkshop). Source code and design is based on [webring.xxiivv.com](https://github.com/XXIIVV/webring) by [neauoire](https://github.com/neauoire).\n\n### Joining the Webring\n\nAdd the following HTML snippet to the bottom of your page, before the closing `\u003c/body\u003e` tag.\n\n```html\n\u003cscript src=\"https://wwworkshop.org/wwwidget.js\" data-color=\"#0000ff\" data-link-type=\"random\" async defer\u003e\u003c/script\u003e\n```\n\n#### Options\n\nThe tag contains two `data` attributes:\n\n* `data-color`: (Hex color) Defines the color of the monograph. Default is black, `#000000`\n* `data-link-type`: Defines the navigation style through the webring\n  - `random` Default\n  - `next` Navigate to the adjacent URL in the webring sequence\n\n### Adding a Site\n\nAdding sites to the webring is done by adding a new entry in [`./_data/sites.yml`](./_data/sites.yml). Add yourself to the webring by [submitting an edit](https://github.com/garrying/wwworkshop-webring/edit/main/_data/sites.yml) to this repository. Example of an entry:\n\n```yaml\n- name: {{ site.name }}\n  title: {{ site.title }}\n  siteURL: {{ site.url }}\n```\n\n### Development\n\n1. Clone repository: `git clone https://github.com/garrying/wwworkshop-webring \u0026\u0026 cd wwworkshop-webring`\n2. Install Bundler: `gem install bundler`\n3. Install dependencies: `bundle install`\n4. Run locally: `bundle exec jekyll serve --livereload`\n5. Open a browser to: `http://localhost:4000`\n\n#### wwwwidget.js Development\n\nWith [npm](https://www.npmjs.com/) installed:\n\n1. Install dependencies: `npm install`\n2. Lint `./assets/wwwidget.js` with [Standard](https://standardjs.com/): `npm run lint`\n3. Build `./assets/wwwidget.js` with [webpack](https://webpack.js.org/): `npm run build`\n\n### License \u0026 Attribution\n\nWebring code is based on [webring.xxiivv.com](https://github.com/XXIIVV/webring) by [neauoire](https://github.com/neauoire).\n\nSource code is available under [GNU General Public License v3.0](./LICENSE). Built with [Jekyll](https://jekyllrb.com), [Tachyons](http://tachyons.io/), [Two.js](https://two.js.org/), and typeset in [Work Sans](https://github.com/weiweihuanghuang/Work-Sans).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrying%2Fwwworkshop-webring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarrying%2Fwwworkshop-webring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrying%2Fwwworkshop-webring/lists"}