Source code for a webring called WWWorkshop Created as part of an undergraduate studio course at OCAD University—view course materials and syllabus. Source code and design is based on webring.xxiivv.com by neauoire.
Add the following HTML snippet to the bottom of your page, before the closing </body>
tag.
<script src="https://wwworkshop.org/wwwidget.js" data-color="#0000ff" data-link-type="random" async defer></script>
The tag contains two data
attributes:
data-color
: (Hex color) Defines the color of the monograph. Default is black,#000000
data-link-type
: Defines the navigation style through the webringrandom
Defaultnext
Navigate to the adjacent URL in the webring sequence
Adding sites to the webring is done by adding a new entry in ./_data/sites.yml
. Add yourself to the webring by submitting an edit to this repository. Example of an entry:
- name: {{ site.name }}
title: {{ site.title }}
siteURL: {{ site.url }}
- Clone repository:
git clone https://github.com/garrying/wwworkshop-webring && cd wwworkshop-webring
- Install Bundler:
gem install bundler
- Install dependencies:
bundle install
- Run locally:
bundle exec jekyll serve --livereload
- Open a browser to:
http://localhost:4000
With npm installed:
- Install dependencies:
npm install
- Lint
./assets/wwwidget.js
with Standard:npm run lint
- Build
./assets/wwwidget.js
with webpack:npm run build
Webring code is based on webring.xxiivv.com by neauoire.
Source code is available under GNU General Public License v3.0. Built with Jekyll, Tachyons, Two.js, and typeset in Work Sans.