[![Gem Version](https://badge.fury.io/rb/letitbex-theme.png)](https://badge.fury.io/rb/letitbex-theme) ## Installisation - Add this line to Gemfile: > gem "letitbex-theme" - Fetch and update bundled gems by running the following Bundler command: > bundle - Set theme and style in _config.yml: ``` theme: letitbex-theme style: hacker ``` hacker is the default style. The available styles are - d1 - dune - gits - hacker - leaves - neon ## Usage ### Addition configs to config.yml - `header_pages`: to specify which pages should be displayed in navbar - `footer`: string, which will be inserted on the end of the page (doesn't support markup, but html) ## Styles ### d1 ![d1](d1.gif) ### dune ![dune](dune.gif) ### gits ![gits](gits.gif) ### hacker ![hacker](hacker.gif) ### leaves ![leaves](leaves.gif) ### neon ![neon](neon.gif)