Repository is archived
No commit activity in last 3 years
No release in over 3 years
An article template in Material, rewritten to Jekyll
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 12.0

Runtime

~> 3.8.2
 Project Readme

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.