Simple clean mobile-friendly theme for long form blogging. Also good for private note taking.
_blog | ||
_includes | ||
_layouts | ||
_pages | ||
_private | ||
_sass | ||
assets | ||
_config.yaml | ||
.gitignore | ||
404.html | ||
CHANGELOG.md | ||
docker-compose.yaml | ||
Dockerfile | ||
Gemfile | ||
index.html | ||
jekyll-theme-isabelline.gemspec | ||
LICENSE.txt | ||
private.html | ||
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:
theme: jekyll-theme-isabelline
And then execute:
$ bundle
Or, install from CLI:
$ gem install jekyll-theme-isabelline