This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# jekyll-readtime | |
# 2015 Ron Scott-Adams, Licensed under MIT: | |
# https://tldrlegal.com/license/mit-license | |
# Original work: https://gist.github.com/zachleat/5792681 | |
# Outputs the estimated time the average person might take to read the content. | |
# 200 is a round figure based on estimates gathered from various studies. | |
# http://www.ncbi.nlm.nih.gov/pubmed/18802819 | |
# Usage: {{ page.content | readtime }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Material Design Colour Palette | |
// by Brandon Himpfen http://www.himpfen.com/ | |
// Red | |
$md-red-50: #ffebee; | |
$md-red-100: #ffcdd2; | |
$md-red-200: #ef9a9a; | |
$md-red-300: #e57373; | |
$md-red-400: #ef5350; | |
$md-red-500: #f44336; |