diff --git a/Gemfile.lock b/Gemfile.lock
index 2392cbe..febc13b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -29,18 +29,19 @@ GEM
safe_yaml (~> 1.0)
jekyll-feed (0.8.0)
jekyll (~> 3.3)
- jekyll-sass-converter (1.4.0)
+ jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
json (2.0.2)
- kramdown (1.12.0)
+ kramdown (1.13.0)
liquid (3.0.6)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
- minima (2.0.0)
+ minima (2.1.0)
+ jekyll (~> 3.3)
multi_css (0.1.0)
css_press
multi_js (0.1.0)
@@ -74,7 +75,7 @@ DEPENDENCIES
octopress-minify-html
RUBY VERSION
- ruby 2.2.3p173
+ ruby 2.2.1p85
BUNDLED WITH
1.13.6
diff --git a/_config.yml b/_config.yml
index b1249e5..326e5b8 100644
--- a/_config.yml
+++ b/_config.yml
@@ -27,6 +27,10 @@ markdown: kramdown
theme: minima
gems:
- jekyll-feed
+
+sass:
+ sass_dir: css/partials
+
exclude:
- Gemfile
- Gemfile.lock
@@ -34,4 +38,4 @@ exclude:
# Be sure to exclude vendor from your _config.yml
# Travis bundles all gems in the vendor directory on its build servers, which Jekyll will mistakenly read and explode on.
-# https://jekyllrb.com/docs/continuous-integration/
\ No newline at end of file
+# https://jekyllrb.com/docs/continuous-integration/
diff --git a/_layouts/page.html b/_layouts/page.html
index 6a0807c..8fe84ae 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -62,10 +62,6 @@
-