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, online documentation, and downloads. Issues and source still link to the old site.
The layout uses bootstrap3 and uses the recommendations regarding accessibility.
Most of the content is written using textile.
News items are automatically placed on the news page using the files
from the _posts
directory.
Downloads can be placed in the downloads
directory and can be linked
from downloads/index.textile
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