minimal-days-theme
A minimalistic static Jekyll blog theme! Displays full posts in single-column list. Demo
Installation
Add this line to your Jekyll site's Gemfile
:
gem "minimal-days-theme"
And add this line to your Jekyll site's _config.yml
:
theme: minimal-days-theme
And then execute:
$ bundle
Or install it yourself as:
$ gem install minimal-days-theme
Usage
_config.yml options
General settings:
title: here & there # update title
title_img: assets/images/theme/cloud.gif # update header image
Pagination:
paginate: 3 # change posts per page
Images in posts
To insert an image with caption:
{% include image.html img="image.gif" description="nice image bro" %}
Will generate an image in a <figure>
with <figurecaption>
block.
License
The theme is available as open source under the terms of the MIT License.