This is the code for the Internet Yellow Pages tutorial website: https://tutorial.iyp.ihr.live
This code is based on the lesson-template repository from Learn Static.
See the Learn Static's demo site and github repository for the documentation.
This is a jekyll website, it requires ruby, rubygem, and bundler installed. Then run:
bundle install
Compile the website locally using:
bundle exec jekyll build
Or by making live preview:
bundle exec jekyll serve --incremental