/jekyll-material-article

An article template in Material, rewritten to Jekyll :)

Primary LanguageHTMLApache License 2.0Apache-2.0

jekyll-material-article Build Status

An article template in Material, rewritten to Jekyll :)

Demo

Demo is available here.

Installation

I recommend using jekyll-remote-theme, example configuration:

lang: en_US
title: Material article
description: An article template in Material, rewritten to Jekyll

remote_theme: kacperduras/jekyll-material-article

material:
  version: 1.3.0
  color: indigo-pink

footer:
  - name: Original template
    url: https://github.com/google/material-design-lite/tree/mdl-1.x/templates/article
  - name: jekyll-material-article repository
    url: https://github.com/kacperduras/jekyll-material-article

plugins:
  - jekyll-seo-tag
  - jekyll-remote-theme

exclude:
  - Gemfile
  - Gemfile.lock
  - CNAME
  - LICENSE
  - .gitignore
  - README.md

License

The original template is licensed on The Apache License, Version 2.0, by Google, Inc..
This repository is under The Apache License, Version 2.0, by Kacper "kacperduras" Duras.