eLeMentS
eLeMentS is a Jekyll template specially made to support teaching. Its goal is to provide a full fledged, highly customizable, Learning Management System from a static web host such as GitHub Pages. Its powerful add-on system enables all the features for which static hosting is not enough.
Get started writing your own course now!
Create a new file, say article.md
, with the following content
---
layout: article
title: My first article!
---
I <3 eLeMentS!
Then run Jekyll and visit http://elementslms.github.io/article.
What next?
eLeMentS is a rich environment full of features. To learn more about it, head on to the eLeMentS LMS website, and be sure to read the Jekyll and Markdown docs.