diff --git a/Gruntfile.js b/Gruntfile.js index b781692..a197524 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -17,7 +17,7 @@ require('load-grunt-tasks')(grunt); }, jekyll: { - files: ['index.html', '_includes/*.html', 'filters/*.*', '_layouts/*.*', '_posts/*.*'], + files: ['index.html', '_includes/*.html', '_filters/*.*', '_layouts/*.*', '_posts/*.*'], tasks: ['shell:jekyllBuild'] } @@ -71,6 +71,5 @@ require('load-grunt-tasks')(grunt); grunt.loadNpmTasks('grunt-postcss'); grunt.loadNpmTasks('grunt-concurrent'); - // grunt.registerTask('default', ['shell:jekyllServe', 'watch']); grunt.registerTask('default', ['concurrent']); }; diff --git a/_filters/replace.md b/_filters/replace.md index e661be3..1fe088b 100644 --- a/_filters/replace.md +++ b/_filters/replace.md @@ -5,5 +5,5 @@ title: replace Replaces every occurrence of a given string. | Code | Output | -|-------------------------------------------------------:|:-------------------| +|:-------------------------------------------------------|:-------------------| | {% raw %}`{{ 'hello, hello world' | replace: 'hello', 'goodbye' }}`{% endraw %} | `goodbye, goodbye world` | diff --git a/_layouts/default.html b/_layouts/default.html index bd1fec8..118c29d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -38,11 +38,17 @@ {% endfor %} -