add jekyll boilerplate

This commit is contained in:
Joel Glovier
2015-07-20 21:32:15 -04:00
parent e87d04770f
commit ed3f6156ae
23 changed files with 950 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
// Variables
// ---------------------------------------/
$container-width: 980px !default;
$grid-gutter: 10px !default;
// Colors
$white: #fff;
$black: #333;
// Styles
$text_color: $black;
// Font stack
$body-font: Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !default;
// The base body size
$body-font-size: 13px !default;
// Monospace font stack
$mono-font: Consolas, "Liberation Mono", Menlo, Courier, monospace !default;