No description
Find a file
Oscar Cortez ac418afd3d Improve blog search
Small vanilla js lib for search using only the feed.xml
2015-07-26 22:31:28 -06:00
_includes Improve blog search 2015-07-26 22:31:28 -06:00
_layouts Improve blog search 2015-07-26 22:31:28 -06:00
_posts Create default post for demos 2015-07-21 00:53:46 -06:00
_sass Some simple styles changed 2015-07-21 00:54:15 -06:00
css cleaning and ordering sass files 2015-07-20 23:41:05 -06:00
img improve new layout for post list 2015-07-11 16:05:02 -06:00
js Improve blog search 2015-07-26 22:31:28 -06:00
.gitignore Initial commit 2015-07-11 11:08:43 -06:00
_config.yml More vertical option 2015-07-25 12:46:09 -06:00
about.md Edit the about page 2015-07-21 00:54:54 -06:00
CHANGELOG.md Fix broken link with image demo 2015-07-21 09:47:34 -06:00
CONTRIBUTING.md Create CONTRIBUTING.md file for guides 2015-07-18 21:40:13 -06:00
feed.xml Setup the jekyll project 2015-07-11 11:36:40 -06:00
History.md Fix broken link with image demo 2015-07-21 09:47:34 -06:00
index.html Social share url 2015-07-26 15:36:51 -06:00
jekyll-mdl-screen.png * Add demo links to the README.md 2015-07-21 09:44:31 -06:00
LICENSE Initial commit 2015-07-11 11:08:43 -06:00
README.md Add a Bitdeli badge to README 2015-07-21 16:56:14 +00:00

jekyll-mdl

A Jekyll theme based in Google Material Design Lite library.

Demo

You can see the online demo here www.gdgmanagua.org/jekyll-mdl

Demo

Sites using jekyll-mdl

If you are using this cool jekyll theme, please open an issue or fork the project, add your site to the list and send us a pull request, we will be happy to know where the theme has been used.

Custom Themes

If you don't want the default site colors, you can create custom themes for the site in the mdl theme creator. The site will create a custom css, something like this:

 <link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.0/material.teal-green.min.css" />

Now add this in the _includes/head.html file, under the main css and enjoy your new theme.

Post Options

All the post, require an image and maybe an author, the image are used in the cards and the autor used for the footer in the cards. For use the images and author, just add a new key in the post config, something like this:

---
layout: post
title:  "Welcome to jekyll-mdl"
date:   2015-07-11 11:34:20
categories: jekyll
image: http://www.wchs4pets.org/wp-content/uploads/2015/03/cat_1-jpg.jpg
author: Google Developers Group Managua
---

Layout Configuration

You can setup 4 types of layout

  • Fixed Nav + Simple Card Grid
  • Fixed Nav + Highlight Post + Card Grid
  • Drawer Nav + Simple Card Grid
  • Drawer Nav + Highlight Post + Card Grid

For use this in the _config.yml select the type of layout, rebuild the website and voilà 😄

Contributing

If you want to contribute to this project, please read the CONTRIBUTING file and perform the following steps

# Fork this repository
# Clone your fork
jekyll serve --watch

git checkout -b feature_branch
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send a pull request for your feature branch

Team

Oscar Cortez Byron Corrales
Oscar Cortez Byron Corrales
Project Lead Contributor

License

Licensed under the Apache 2.0 license.

See the LICENSE file for more details.

Copyright © 2015 Google Developers Group Managua.

Bitdeli Badge