This is a webring for personal websites. Learn more on the webring home page.
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.
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
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.