Skip to content

Instantly share code, notes, and snippets.

@JulienItard
Created February 3, 2014 08:25
Show Gist options
  • Save JulienItard/8780466 to your computer and use it in GitHub Desktop.
Save JulienItard/8780466 to your computer and use it in GitHub Desktop.
assemble: {
pages: {
options: {
assets: '<%= config.dist %>/assets',
layout: '<%= config.src %>/templates/layouts/default.hbs',
data: '<%= config.src %>/data/*.{json,yml}',
partials: '<%= config.src %>/templates/partials/**/*.hbs',
plugins: ['assemble-contrib-sitemap'],
sitemap: {
homepage: 'http://viareport.com',
changefreq: 'weekly',
priority: '0.8',
}
},
files: [{
expand: true,
cwd: '<%= config.src %>/templates/pages/',
src: '**/*.hbs',
dest: '<%= config.dist %>'
}]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment