diff --git a/.gitignore b/.gitignore index 0babf0c..54a2568 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ _site _components node_modules + +.project diff --git a/_config.yml b/_config.yml index 1492bd6..978c09d 100644 --- a/_config.yml +++ b/_config.yml @@ -4,3 +4,5 @@ pygments: true safe: true baseurl: / exclude: ['.ruby-version', 'node_modules', 'package.json', 'bower.json'] +sass: + sass_dir: static/_sass \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index f7b111a..e8f6972 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,15 +6,15 @@