jekyll-theme-jekyllrb

Jekyll-theme-jekyllrb is a jekyll theme which was splited out from jekyll website

Installation

You can install the latest code via jekyll-remote-theme:

  1. Add this line to your Jekyll site's Gemfile:

    gem "jekyll-remote-theme"
    
  2. 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
    
  3. 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.

    • use latest version jekyll in github
      gem 'jekyll', :github => 'jekyll/jekyll'
      
    • add jekyll-data plugin to your plugins array
      plugins:
        - jekyll-data
      

Usage

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.

Thanks

Special thanks to jekyllrb.com

License

The theme is available as open source under the terms of the MIT License.

jekyll logo

Want a Jekyll website built?

Hire a Jekyll developer