Simple clean mobile-friendly theme for long form blogging. Also good for private note taking.
Go to file
2020-09-07 12:49:16 -04:00
_blog add galleries 2020-09-06 22:09:23 -04:00
_includes finalize gallery feature 2020-09-07 12:49:16 -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 finalize gallery feature 2020-09-07 12:49:16 -04:00
assets finalize gallery feature 2020-09-07 12:49:16 -04:00
build refactor docker image building 2020-09-05 00:20:42 -04:00
_config.yaml housekeeping 2020-09-07 12:48:34 -04:00
.gitignore housekeeping 2020-08-31 21:03:12 -04:00
404.html 404 page needs more work 2019-09-06 07:19:02 -04:00
CHANGELOG.md minor reorg 2019-07-23 00:13:24 -04:00
docker-compose.yaml add play button for gallery 2020-09-07 10:00:23 -04:00
Gemfile housekeeping 2020-09-07 12:48:34 -04:00
index.html include private entries only when running locally 2020-05-31 16:24:34 -04:00
jekyll-theme-isabelline.gemspec add play button for gallery 2020-09-07 10:00:23 -04:00
LICENSE.txt init 2019-07-21 22:16:23 -04:00
private.html init 2019-07-21 22:16:23 -04:00
README.md update readme 2020-08-31 21:04:18 -04:00

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:

theme: jekyll-theme-isabelline

And then execute:

 $ bundle

Or, install from CLI:

 $ gem install jekyll-theme-isabelline