Skip to content

Jekyll with Material Components Web for Github Pages

Notifications You must be signed in to change notification settings

KunYi/jekyll-mdc

Repository files navigation

Jekyll integration Material Components Web with Travis-CI for GitHub Pages


Build Status

To use: when you have the dependancies as per the docs you should run bundle install.

HTML files are based on Minima - if you need to configure the post or page layouts, copy those files in as needed.

Note that GitHub Pages doesn't run gems that aren't on their predefined list, so it won't work with their autocompile, you'll need to push up and serve the compiled files.

Local operation


$ git clone https://github.com/kunyi/jekyll-mdc.git
$ cd jekyll-mdc
$ npm install     # for Webpack install
$ bundle install  # for Jekyll install
$ npm start       # run webpack
$ bundle jekyll server # for local server

References

About

Jekyll with Material Components Web for Github Pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published