-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
blog: {
directories: [
{
id: 'experience',
dirname: 'experience',
path: '/experience/',
itemPermalink: '/experience/:year/:month/:day/:slug.html',
pagination: {
perPagePosts: 10,
},
}
],
frontmatters: [
{
id: "tag",
keys: ['tag', 'tags'],
path: '/tags/',
frontmatter: { title: 'Tag' },
pagination: {
lengthPerPage: 10
}
},
{
id: "category",
keys: ['category', 'categories'],
path: '/categories/',
frontmatter: { title: 'Category' },
pagination: {
lengthPerPage: 10
}
}
],
Metadata
Metadata
Assignees
Labels
No labels

