Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.36 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.36 KB

L_Webring

A Webring built with Jekyll hosted using Netlify's static routing redirects.

This webring is inspired by a tutorial I found online. The ring welcomes hand-crafted wikis and portfolios.

Example

See the Demo Site generated by this code.

How to host a ring

  1. Fork this repository.
  2. Edit /_data/members.csv and fill in your community info.
  3. Publish the webring , Start a new Netlify site form the repository.
  4. Make sure to set the domain to the same one you have in _config.yml, and make sure you have the following build settings:

Deploy to Netlify

Base directory Build command Publish directory
Not Set bundle exec jekyll build _site
  1. You can also make changes in the index.html file.

If all goes well, you should see your webring when you navigate to your domain, and each member will be able to use their links as described! If your GitHub repository is still private, make sure to set it to public now.