Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 668 Bytes

Open WhisperSystems Website

Build Status

This is the static Open WhisperSystems website located at https://www.whispersystems.org.

Building

The site is constructed using jekyll and the jekyll-assets pipeline.

Installing:

$ gem install json    # optional if using ruby 1.9 or higher
$ gem install jekyll
$ gem install jekyll-assets
$ gem install jekyll-sass
$ gem install uglifier
$ gem install rb-inotify
$ jekyll serve