diff --git a/Gruntfile.js b/Gruntfile.js
index f101653f..8bd463e2 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -50,7 +50,7 @@ module.exports = function(grunt){
options: {
drafts: true,
future: true,
- limit_posts: 50
+ //limit_posts: 50
}
}
},
@@ -164,7 +164,7 @@ module.exports = function(grunt){
},
jekyll: {
files: [
- '<%= config.src %>/*.html',
+ '<%= config.src %>/**/*.html',
'<%= config.src %>/*.xml',
'<%= config.src %>/*.json',
'<%= config.src %>/_includes/**',
diff --git a/_src/_includes/index.html b/_src/_includes/articles.html
similarity index 100%
rename from _src/_includes/index.html
rename to _src/_includes/articles.html
diff --git a/_src/_includes/category_index.html b/_src/_includes/category_index.html
new file mode 100644
index 00000000..9704983c
--- /dev/null
+++ b/_src/_includes/category_index.html
@@ -0,0 +1,38 @@
+
+{% if post.categories contains "goodies" %}
+
+ {{ post.title | titlecase }}
+ /{{ page.category }}
-
- {% if page.url contains "/photos" %}
- {{ post.title | titlecase }}
-