https://github.com/liblouis/liblouis.github.io
The static website for liblouis using Jekyll
https://github.com/liblouis/liblouis.github.io
Last synced: about 1 year ago
JSON representation
The static website for liblouis using Jekyll
- Host: GitHub
- URL: https://github.com/liblouis/liblouis.github.io
- Owner: liblouis
- Created: 2013-10-03T14:47:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T10:07:24.000Z (about 1 year ago)
- Last Synced: 2025-06-05T11:24:10.710Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 16.8 MB
- Stars: 2
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: news/index.md
Awesome Lists containing this project
README
# liblouis.github.io
The static website for liblouis, liblouisutdml and friends using Jekyll
## Features
All the content from the
[Google code site](https://code.google.com/p/liblouis) has been
migrated, i.e. the landing page, news, presentations and online
documentation. Downloads, issues and source link to the
[github site](https://github.com/liblouis/liblouis).
The layout uses [bootstrap3](http://getbootstrap.com/) and uses the
recommendations regarding accessibility.
All of the content is written using
[markdown](https://help.github.com/articles/markdown-basics/).
News items are automatically placed on the news page using the files
from the `_posts` directory.
Downloads are uploaded to the
[github site](https://github.com/liblouis/liblouis) and are be linked
from `downloads/index.md`
## Requirements
You need to install [Jekyll](http://jekyllrb.com/)
```
gem install jekyll
gem install RedCloth
```
## Usage
Build the site
```
cd /path/to/liblouis.github.io
jekyll serve
```
then open http://localhost:4000