Welcome to the source code of The Loft's website
The site is developed as a Jekyll website, and is being served by GitHub Pages.
- Avoid unnecessary HTML tags; use Markdown formatting to the degree possible.
- Wrap lines at 80 columns to support diff-friendly change tracking.
Creating a complete installation of jekyll and all the parts needed for github pages development can be fraught. If you install docker-compose, you can start a webserver serving the site at http://localhost:4000 by invoking
docker-compose up
in the root directory of your working copy.