~hedy/meta-ring

A webring for personal websites with colophons

af44f55 Bust the cache

~hedy pushed to ~hedy/meta-ring git

a month ago

1cfe109 Add prior art

~hedy pushed to ~hedy/meta-ring git

a month ago

#Meta Ring

This is a webring for personal websites. Learn more on the webring home page.

#Development

This site is made with Lume and vanilla CSS. The redirect links are handled by Netlify Functions in the functions directory.

Note: You don't need to locally run the website to add yourself into the webring. Just submit a PR for the _data/members.json file.

#Requirements

  • Deno 2.0

#Build

The entire home page is built from index.md with components as Vento templates in the _components directory. A custom markdown-it plugin is used to prevent rendering of markdown within these HTML components.

# Live reload
deno task lume --serve

# Build
deno task lume

#Credits

The idea for this webring came from this blog post and Seirdy's meta page.

A huge thank you to Eric Bailey and the a11y webring, from which this project was built from scratch using Lume and Deno instead of 11ty and npm.