Jekyll Material Design

Publish your static website/blog on GitHub Pages using Jekyll and Bootstrap 3 with a "materialized" style.

This project is based on Jekyll-Bootrap-3. It also includes the Paper theme from Bootswatch.com.

How it works

Usage

1. Create a Repo

2. Install Jekyll-Bootstrap-3

  
    $ git clone https://github.com/sentenza/jekyll-material-design USERNAME.github.io
    $ cd USERNAME.github.io
    $ git remote set-url origin [email protected]:USERNAME/USERNAME.github.io.git
    $ git push origin master  
  

3. Edit your website configuration

Edit _includes/themes/bootstrap/ to change information about your new website and also to remove the GitHub red ribbon (default.html#26).

Please, take a look at Jekyll intro to understand how GitHub and Jekyll work together to serve your pages.

4. Enjoy !

  • After giving 10 mins to GitHub of course.

For original project's usage and documentation please see the Wiki of this project.

Demo

Visit jekyll-material-design on GitHub Pages

Further resources

  • Prose.io, a web-based content editor specifically designed to make it simple for content creators to publish to Jekyll

License

MIT