A minimalistic static Jekyll blog theme! Displays full posts in single-column list. Demo
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
General settings:
title: here & there # update title
title_img: assets/images/theme/cloud.gif # update header image
Pagination:
paginate: 3 # change posts per page
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.
The theme is available as open source under the terms of the MIT License.