All Projects → gdgmanagua → Jekyll Mdl

gdgmanagua / Jekyll Mdl

Licence: apache-2.0
A Jekyll theme based in Google Material Design Lite library.

Projects that are alternatives of or similar to Jekyll Mdl

Jekyll Theme Mdui
🍷A Jekyll theme based on MDUI
Stars: ✭ 143 (-37%)
Mutual labels:  jekyll, jekyll-themes
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (-1.76%)
Mutual labels:  jekyll, jekyll-themes
Affiliates Jekyll Theme
Affiliates - Jekyll Blogging Theme for Affiliate Marketers
Stars: ✭ 145 (-36.12%)
Mutual labels:  jekyll, jekyll-themes
Editorial Jekyll Theme
A Jekyll version of the "Editorial" theme by HTML5 UP.
Stars: ✭ 121 (-46.7%)
Mutual labels:  jekyll, jekyll-themes
Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (-21.59%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Help Center Theme
Simple and responsive Jekyll theme for help center.
Stars: ✭ 133 (-41.41%)
Mutual labels:  jekyll, jekyll-themes
White Paper
Simple, elegant and clean jekyll theme.
Stars: ✭ 195 (-14.1%)
Mutual labels:  jekyll, jekyll-themes
Starving Artist Jekyll Theme
A portfolio theme for Jekyll for artists to display their work - http://chrisanthropic.github.io/starving-artist-jekyll-theme/
Stars: ✭ 83 (-63.44%)
Mutual labels:  jekyll, jekyll-themes
Resume
A minimalist resume template for Jekyll and Hexo
Stars: ✭ 174 (-23.35%)
Mutual labels:  jekyll, jekyll-themes
Compass
The Jekyll theme for your personal landing page.
Stars: ✭ 171 (-24.67%)
Mutual labels:  jekyll, jekyll-themes
Blog
博客
Stars: ✭ 103 (-54.63%)
Mutual labels:  jekyll, jekyll-themes
No Style Please
A (nearly) no-CSS, fast, minimalist Jekyll theme.
Stars: ✭ 192 (-15.42%)
Mutual labels:  jekyll, jekyll-themes
Hanuman
A responsive, lightning-fast Jekyll theme built using AMP (Accelerated Mobile Pages) to speed up your blogs and websites.
Stars: ✭ 100 (-55.95%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Text Theme
💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
Stars: ✭ 2,150 (+847.14%)
Mutual labels:  jekyll, jekyll-themes
Themes
Dr. Jekyll's Themes - Add Your Theme!
Stars: ✭ 93 (-59.03%)
Mutual labels:  jekyll, jekyll-themes
Holo Alfa
A minimalist, mobile first Jekyll theme.
Stars: ✭ 163 (-28.19%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Yamt
YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use.
Stars: ✭ 55 (-75.77%)
Mutual labels:  jekyll, jekyll-themes
Autm Rb
Jekyll theme
Stars: ✭ 80 (-64.76%)
Mutual labels:  jekyll, jekyll-themes
Wu Kan.github.io
✨ my homepage & template for jekyll-theme-WuK
Stars: ✭ 171 (-24.67%)
Mutual labels:  jekyll, jekyll-themes
Minima
Minima is a one-size-fits-all Jekyll theme for writers.
Stars: ✭ 2,452 (+980.18%)
Mutual labels:  jekyll, jekyll-themes

jekyll-mdl

A Jekyll theme based in Google Material Design Lite library.

Demo

You can see the online demo here http://gdgmanagua.github.io/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 and declare if the post is highlighted or not, the image are used in the cards and the autor used for the footer in the cards, the highlighted post is used for make this 12 cols and not a card, if you want to use the custom images and set the author and the highlight post, 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
highlight: true
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].