module.exports = { layout: 'base.njk', pagination: { data: 'collections.notes', size: 1, alias: 'note' }, permalink: '/{{note.filePathStem}}.html' }