module.exports = { tags: ['posts'], layout: 'post.njk', eleventyComputed: { permalink: data => { return `/post/${data.slug}/`; }, } }