Getting Started - PhearZero/jekyll-material-github-theme GitHub Wiki
This is a work in progress and there are no published gems. You can use this project by leveraging jekyll-remote-theme until there is a gem available.
Add this line to your Jekyll site's Gemfile
:
gem "jekyll-material-github-theme"
And add this line to your Jekyll site's _config.yml
:
theme: jekyll-material-github-theme
Or if you are using Github Pages:
remote_theme: PhearZero/jekyll-material-github-theme
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-material-github-theme