# miniscule A slightly-less-minimal theme for Jekyll. Forked from the [default minima theme](https://github.com/Jekyll/minima) [Theme preview](http://ronenagranat.com/) ## Installation Add this line to your Jekyll site's Gemfile: ```ruby gem "miniscule" ``` And add this line to your Jekyll site: ```yaml theme: miniscule ``` And then execute: $ bundle ## Features * Cover photo * Profile picture * Twitter feed ## Usage General usage is much as the same as the `minima` theme from which this theme is forked. Please see the [minima theme usage guide](https://github.com/jekyll/minima/blob/master/README.md#usage) Please also see the [example blog](https://github.com/ronen-agranat/ronenagranat) for practical usage examples. ### Profile photo In `_config.yml`: ```yaml logo: path/to/profile/image.jpg ``` ### Cover photo In `_config.yml`: ```yaml cover_image: path/to/cover/image.jpg ``` ### Twitter feed In `_config.yml`: ```yaml twitter_username: yourtwitterhandle show_twitter_feed: true ``` ## License The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).