The static website for liblouis, liblouisutdml and friends using Jekyll
All the content from the Google code site has been migrated, i.e. the landing page, news, presentations and online documentation. Downloads, issues and source link to the github site.
The layout uses bootstrap3 and uses the recommendations regarding accessibility.
All of the content is written using markdown.
News items are automatically placed on the news page using the files
from the _posts
directory.
Downloads are uploaded to the
github site and are be linked
from downloads/index.md
You need to install Jekyll
gem install jekyll
gem install RedCloth
Build the site
cd /path/to/liblouis.github.io
jekyll serve
then open http://localhost:4000