jekyll-theme-isabelline/README.md

36 lines
717 B
Markdown
Raw Normal View History

2019-07-22 02:16:23 +00:00
# jekyll-theme-isabelline
2020-09-01 01:04:18 +00:00
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`:
```ruby
gem "jekyll-theme-isabelline", "~> 0.1.0"
```
2020-09-10 03:10:14 +00:00
And add this line to your Jekyll site `_config.yaml`:
2020-09-01 01:04:18 +00:00
```yaml
theme: jekyll-theme-isabelline
```
And then execute:
```sh
$ bundle
```
Or, install from CLI:
```sh
$ gem install jekyll-theme-isabelline
```