This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
site/src/pages/note.11tydata.js

12 lines
171 B
JavaScript

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