Skip to content

Instantly share code, notes, and snippets.

View bhague1281's full-sized avatar

Brian Hague bhague1281

View GitHub Profile
@import "colors"
$font-family-base: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
@import "components/navbar";
@import "pages/blog";
@import "bootstrap";
html {
---
# this is front matter here, so Jekyll can parse this file
# appropriately
---
@import "main";
# config.yml
sass:
style: compressed
gem 'bootstrap-sass'
gem 'jekyll-bootstrap-sass'