Do not follow this link

~hedy/meta-ring

A fresh new webring
Bust the cache
b1fadceb — hedyhli 16 days ago
Add Lethe
Fix action again

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~hedy/meta-ring
read/write
git@git.sr.ht:~hedy/meta-ring

You can also use your local clone with git send-email.

#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.

Do not follow this link