Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 548 Bytes

getting-started.md

File metadata and controls

42 lines (28 loc) · 548 Bytes
layout
page

Installation

Via remote theme

Add this line to your Jekyll site's _config.yml:

remote_theme: fernandopasik/jekyll-theme-material-docs

plugins:
  - jekyll-remote-theme

Via gems

Add this line to your Jekyll site's Gemfile:

gem "jekyll-theme-material-docs"

And add this line to your Jekyll site's _config.yml:

theme: jekyll-theme-material-docs

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-theme-material-docs