Jekyll-theme-jekyllrb is a jekyll theme which was splited out from jekyll website
You can install the latest code via jekyll-remote-theme
:
Add this line to your Jekyll site's Gemfile
:
gem "jekyll-remote-theme"
Add these lines to your Jekyll site's _config.yml
:
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-remote-theme
remote_theme: wyntau/jekyll-theme-jekyllrb
jekyll-theme-jekyllrb
support localization by setting locale
in your _config.yml
, but the latest gem version jekyll do not support read files in theme's _data
directory, so you can do any one of below to enable this feature.
gem 'jekyll', :github => 'jekyll/jekyll'
jekyll-data
plugin to your plugins
arrayplugins:
- jekyll-data
You can set some options in your _config.yml
file.
locale
, set the locale of the theme. The theme has builtin localization support for zh_CN
and en_US
.Special thanks to jekyllrb.com
The theme is available as open source under the terms of the MIT License.