Code Monkey home page Code Monkey logo

site's Introduction

Webring Starter Kit

A boilerplate to host your own community of sites, also known as a webring.
Inspired by posts from Tatiana Mac and Charlie Owen.

Uses Eleventy and Netlify to build a central directory for member sites. People can link to /prev, /random and /next and be redirected to members of the ring.

✏️ Explanatory Blog Post

Features

  • Admins manage the ring on Github
  • Members are defined in src/data/members.json
  • Let people add their site through pull request or submit via email form
  • Publish a code of conduct
  • Provide an embed code that renders a banner (as a web component)
  • Publish an index of all member RSS feeds
  • show a SVG map of the ring and its members

Example

See the Demo Site generated by this code.

How to host a ring

  1. Fork this repo
  2. Edit src/data/meta.json and fill in your community info
  3. Add an avatar image for your ring to src/assets/images
  4. Remove the demo members in src/data/members.json
  5. Deploy your site to Netlify
  6. After you've set a domain, enter that in meta.json as well.

Deploy to Netlify

Banner Embed

Members can copy a code snippet and embed it into their sites. It renders a web component (with the bare links as a fallback).

The index site will produce an embed code with your ring URL and title:

<webring-banner>
    <p>Member of <a href="{{ your-url }}">{{ your-title }}</a></p>
    <a href="{{ your-url }}/prev">Previous</a>
    <a href="{{ your-url }}/random">Random</a>
    <a href="{{ your-url }}/next">Next</a>
</webring-banner>
<script async src="{{ your-url }}/embed.js" charset="utf-8"></script>

The design is up to the ring admins. It could look something like this:

the banner widget

Local Development

To build the site locally, run these commands:

# clone this repository
git clone [email protected]:maxboeck/webring.git

# go to the working directory
cd webring

# install dependencies
yarn

# start a local build server and the gulp pipeline
yarn start

site's People

Contributors

achkap avatar andreaspappoutas avatar epidrome avatar evabat avatar giannis-aggelis avatar nickgarlis avatar nikolaoskouklas avatar p15zerv avatar randomperson19 avatar stelios3g avatar steliosgavras avatar vasnikos avatar

site's Issues

Συμμετοχικό Περιεχόμενο Β1&Β2

Ονοματεπώνυμο: Στεφανή Αναστασία-Μαρία
ΑΜ: Π2019013

Στο συμμετοχικό περιεχόμενο Β1+Β2 θα ήθελα να ασχοληθώ:

  1. με την μελέτη περίπτωσης του λογισμικού OpenBSD
  2. με τη βιογραφία του Theo de Raadt, δημιουργός του OpenBSD

Συμμετοχικό περιεχόμενο Α1+Α2

Ονοματεπώνυμο: Πασατσιφλικιώτη Ανδριάνα
ΑΜ: Π209173

Στο συμμετοχικό περιεχόμενο Α1+Α1 θα ήθελα να προσθέσω δύο φωτογραφίες:
1ο με το λογισμικό Abaqus.
2ο με το λογισμικό COMSOL Multiphysics.

Θέμα σετ θεματικών διαφανειών: Τρόποι Διάδρασης
Θέμα timeline: Διαδραστικά Συστήματα

Β1+Β2 Συμμετοχικό περιεχόμενο

Ονοματεπώνυμο: Πασατσιφλικιώτη Ανδριάνα
ΑΜ: Π209173

Στο συμμετοχικό περιεχόμενο Β1+Β1 θα ήθελα να:

  1. κάνω τη βιογραφία της COMSOL, Inc και
  2. κάνω την μελέτη περίπτωσης του λογισμικού COMSOL Multiphysics.

Θέμα σετ θεματικών διαφανειών: Τρόποι Διάδρασης
Θέμα timeline: Διαδραστικά Συστήματα

Συμμετοχικό περιεχόμενο Α1 + Α2

Ονοματεπώνυμο: Ραφαέλλα Αναστασίου
ΑΜ: Π2018203

Στο Συμμετποχικό Περιεχόμενο Α1+Α2 θα ήθελα να προσθέσω δύο εικόνες:

Για πρώτη εικόνα επέλεξα το λογισμικό Windows11 και για δεύτερη εικόνα επέλεξα το λογισμικό Netbsd.
Σετ διαφανειών: archetypes και method.
Σετ χρονολογίου: systems.

Συμμετοχικό περιεχόμενο Α1&Α2

Ονοματεπώνυμο: Στεφανή Αναστασία-Μαρία
ΑΜ: Π2019013

Για το συμμετοχικό περιεχόμενο Α1&Α2 θα ήθελα να προσθέσω 2 εικόνες: OpenBSD και JavaScript.
Σετ διαφανειών: Αρχέτυπα και Γλώσσες προγραμματισμού
Σετ χρονολογίου: Συστήματα και Γλώσσες προγραμματισμού.

Συμμετοχικό περιεχόμενο Α1+Α2

Ονοματεπώνυμο: Στυλιανού Πετρούλα
ΑΜ: Π2019223

Στο Συμμετποχικό Περιεχόμενο Α1+Α2 θα ήθελα να προσθέσω δύο εικόνες:

  • Για πρώτη εικόνα επέλεξα το βιντεοπαιχνίδι Sonic.
  • Για δεύτερη εικόνα επέλεξα τον προσωπικό υπολογιστή iMac.

Σετ διαφανειών: Videogames και prototyping.
Σετ χρονολογίου: Videogames και personal.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.