Simple clean mobile-friendly theme for long form blogging. Also good for private note taking.
Go to file
rzen 3de7d3b62e fix animation issues caused by window hiding 2020-09-10 19:35:10 -04:00
_blog more docs 2020-09-09 23:10:14 -04:00
_includes finalize gallery feature 2020-09-09 23:09:57 -04:00
_layouts add gallery feature (wip) 2020-08-31 21:06:29 -04:00
_pages wip 2020-08-31 21:07:53 -04:00
_private add private folder 2019-07-22 23:57:03 -04:00
_sass clean up styles 2020-09-10 19:34:30 -04:00
assets fix animation issues caused by window hiding 2020-09-10 19:35:10 -04:00
build refactor docker image building 2020-09-05 00:20:42 -04:00
.gitignore housekeeping 2020-08-31 21:03:12 -04:00
404.html clean up 404 2020-09-09 23:09:26 -04:00
CHANGELOG.md minor reorg 2019-07-23 00:13:24 -04:00
Gemfile housekeeping 2020-09-07 12:48:34 -04:00
LICENSE.txt init 2019-07-21 22:16:23 -04:00
README.md more docs 2020-09-09 23:10:14 -04:00
_config.yaml housekeeping 2020-09-07 12:48:34 -04:00
docker-compose.yaml add play button for gallery 2020-09-07 10:00:23 -04:00
index.html include private entries only when running locally 2020-05-31 16:24:34 -04:00
jekyll-theme-isabelline.gemspec bump version 2020-09-09 23:11:55 -04:00
private.html init 2019-07-21 22:16:23 -04:00

README.md

jekyll-theme-isabelline

Simple clean mobile-friendly theme for long form note taking. Works for blogging too.

Features:

  • Compatible with Jekyll 4
  • Designed for long form writing
  • Reserved, classy, easy to read, minimalistic visual design
  • Semantic lightweight mobile first markup; special attention to markup of block quotes, asides, images, image galleries
  • Customizable color scheme

Installation

Add this line to site's Gemfile:

gem "jekyll-theme-isabelline", "~> 0.1.0"

And add this line to your Jekyll site _config.yaml:

theme: jekyll-theme-isabelline

And then execute:

 $ bundle

Or, install from CLI:

 $ gem install jekyll-theme-isabelline