Simple clean mobile-friendly theme for long form blogging. Also good for private note taking.
Go to file
2020-08-31 21:04:58 -04:00
_blog bugfix 2020-05-31 20:06:32 -04:00
_includes start work on disqus integration 2020-06-02 21:05:26 -04:00
_layouts start work on disqus integration 2020-06-02 21:05:26 -04:00
_pages alternate readme, to be reconsiled with the post 2019-09-06 07:17:53 -04:00
_posts add example post 2019-09-06 07:18:21 -04:00
_private add private folder 2019-07-22 23:57:03 -04:00
_sass tweak fonts 2020-06-02 21:09:41 -04:00
assets housekeeping 2020-08-31 21:04:58 -04:00
_config.yaml cleanup and simplify 2020-08-31 21:03:33 -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 change tag for jekyll to 4 2020-08-31 21:03:56 -04:00
Dockerfile add dockerfile 2019-09-26 17:52:56 -04:00
Gemfile wip 2019-07-21 23:33:03 -04:00
index.html include private entries only when running locally 2020-05-31 16:24:34 -04:00
jekyll-theme-isabelline.gemspec next release 2020-05-31 20:12:41 -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