No commit activity in last 3 years
No release in over 3 years
A minimalistic Jekyll blog theme.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 4.1
 Project Readme

minimal-days-theme

A minimalistic static Jekyll blog theme! Displays full posts in single-column list. Demo

Preview

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.