No description
Find a file
2015-07-18 23:19:58 -06:00
_includes Make this dinamic 2015-07-17 21:55:02 -06:00
_layouts create the post layout 2015-07-17 22:38:17 -06:00
_posts New Header Type 2015-07-14 12:10:34 -06:00
_sass some styles for the post layout 2015-07-17 22:38:50 -06:00
css some styles for the post layout 2015-07-17 22:38:50 -06:00
img improve new layout for post list 2015-07-11 16:05:02 -06:00
.gitignore Initial commit 2015-07-11 11:08:43 -06:00
_config.yml Add the layout config 2015-07-17 20:31:26 -06:00
about.md Setup the jekyll project 2015-07-11 11:36:40 -06:00
CHANGELOG.md create CHANGELOG.md file 2015-07-17 22:05:07 -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 Create the History file 2015-07-17 22:05:49 -06:00
index.html add validation for the layout type 2015-07-17 21:56:21 -06:00
LICENSE Initial commit 2015-07-11 11:08:43 -06:00
README.md :docs: Add configs for the post layout 2015-07-18 23:19:58 -06:00

jekyll-mdl

A Jekyll theme based in Google Material Design Lite library.

Post Configs

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 Configs

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

License

Licensed under the Apache 2.0 license.

See the LICENSE file for more details.

Copyright © 2015 Google Developers Group Managua.