Skip to content

Instantly share code, notes, and snippets.

@kylerush
Created March 21, 2014 20:28
Show Gist options
  • Save kylerush/9695678 to your computer and use it in GitHub Desktop.
Save kylerush/9695678 to your computer and use it in GitHub Desktop.
assemble: {
options: {
layoutdir: '<%= config.src %>/templates/layouts',
},
posts: {
options: {
flatten: true,
layout: 'entry.hbs',
ext: '.html'
},
files: {
'<%= config.dist %>/blog/': ['<%= config.src %>/content/blog/*.html'],
'<%= config.dist %>/': ['<%= config.src %>/content/index.html']
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment