This is a webring for me and my group of friends from CMU! Invite-only, make a PR/issue if you think you should be on this list.
To static/sites.json
, add an entry that looks like:
{
...
"YOUR_ID": {
"title": "Your Name",
"website": "https://example.com"
},
...
}
The position in the file will determine who your neighbors are.
Then, on your site, insert the following snippet somewhere visible:
<a href="https://cmuwebr.ing/sites/YOUR_ID/prev">Prev</a>
<a href="https://cmuwebr.ing/">Part of The CMU Webring</a>
<a href="https://cmuwebr.ing/sites/YOUR_ID/next">Next</a>
Exact styling/text is up to you, just be sure to have both prev & next links!
Thank you for being a part of the CMU Webring
In this directory, run:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Then:
- Symlink
cmuwebr.ing.nginx
into your nginxsites-enabled
directory - Symlink
cmuwebr.ing.service
into your systemd configuration directory. - Enable both
nginx.service
andcmuwebr.ing.service
- You're done!