jekyll-theme-seanh¶ ↑
My Jekyll theme, as used on seanh.cc. A very plain and simple Jekyll / GitHub Pages theme with a system font stack and hopefully decent typography. Has a lot of typographical details like <kbd>
and <samp>
support, figures with captions, and emojis.
Demo site: seanh.github.io/jekyll-theme-seanh/
Installation¶ ↑
Add this line to your Jekyll site's Gemfile
:
gem "jekyll-theme-seanh"
And add this line to your Jekyll site's _config.yml
:
theme: jekyll-theme-seanh
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-theme-seanh
Usage¶ ↑
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
Contributing¶ ↑
Bug reports and pull requests are welcome on GitHub at github.com/seanh/jekyll-theme-seanh/.
Development¶ ↑
To set up your environment to develop this theme:
$ git clone https://github.com/seanh/jekyll-theme-seanh.git $ cd jekyll-theme-seanh $ bundle install --path vendor/bundle $ bundle exec jekyll serve
…and open your browser at localhost:4000.
License¶ ↑
The theme is available as open source under the terms of the MIT License.