1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-30 21:52:05 +02:00

generate more posts during dev

This commit is contained in:
Matthias Kretschmann 2013-11-29 21:14:13 +01:00
parent cf37a3762d
commit 764c12b89c

View File

@ -50,7 +50,7 @@ module.exports = function(grunt){
options: { options: {
drafts: true, drafts: true,
future: true, future: true,
limit_posts: 10 limit_posts: 50
} }
} }
}, },