diff --git a/.gitignore b/.gitignore index 72a5c3b..0c3e5ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -_site/ \ No newline at end of file +_site/ +.sass-cache/ diff --git a/_config.yml b/_config.yml index 25d84bb..9178bcd 100644 --- a/_config.yml +++ b/_config.yml @@ -164,3 +164,15 @@ og_description: "Feeling Responsive is built on the fabulous # /_/ disqus_shortname: feelingresponsive + + +# _____ +# / ___/____ ___________ +# \__ \/ __ `/ ___/ ___/ +# ___/ / /_/ (__ |__ ) +# /____/\__,_/____/____/ +# + +sass: + sass_dir: _sass + style: :compressed \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index 5323561..440a61c 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,7 +4,7 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - +