diff --git a/.gitignore b/.gitignore index c08f9ad..e2de7e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -_site \ No newline at end of file +_site +node_modules/ +example/.sass-cache/ diff --git a/_config.yml b/_config.yml index a1e8322..b3c7173 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,5 @@ name: QuaggaJS markdown: redcarpet + + +exclude: [node_modules] \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 802b642..40ad63d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,6 +6,7 @@