Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 985 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 985 Bytes

liblouis.github.io

The static website for liblouis, liblouisutdml and friends using Jekyll

Features

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

Requirements

You need to install Jekyll

gem install jekyll
gem install RedCloth

Usage

Build the site

cd /path/to/liblouis.github.io
jekyll serve

then open http://localhost:4000