Sha256: 59797484c794bf5edc7aa476397846c771b3370043b3dfbada9bceed70c773b1
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
# Cyclist Cyclist is a Jekyll theme. It uses [Raster](https://github.com/robenkleene/raster) to construct a layout using typographic grid. The typefaces are [Playfair Display][playfair] for headers, [Crimson][crimson] for body copy, [Lato][lato] for block quotes, and [Fira Mono][fira] for code. All of them are free software under the [SIL Open Font License](https://en.wikipedia.org/wiki/SIL_Open_Font_License). Thank you for everyone's hard work on free typography. [playfair]: https://github.com/clauseggers/Playfair-Display "Playfair Display" [lato]: https://github.com/betsol/lato-font "Lato" [crimson]: https://github.com/skosch/Crimson "Crimson" [fira]: https://github.com/mozilla/Fira "Fira" ![Cyclist Grid](cyclist-grid.png) ![Cyclist](cyclist.png) ## Installation Add this line to your Jekyll site's `Gemfile`: ```ruby gem "cyclist" ``` And add this line to your Jekyll site's `_config.yml`: ```yaml theme: cyclist ``` And then execute: $ bundle Or install it yourself as: $ gem install cyclist ## License The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cyclist-0.5.0 | README.md |
cyclist-0.4.0 | README.md |
cyclist-0.3.0 | README.md |