vuepress-theme-maker
vuepress-theme-maker copied to clipboard
home和archives的页面是哪里配的
代码
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
}
}
],
我路径错了,换成单斜杠就可以了😂
我整好了,这是我的博客😁🤞😁 http://localhost:8080/zdz-blog/