前端
2023-08-17
2023-08-17
倘若没有骄傲的思想,人将不成其为人,他自身的弱点会使他蜕化为禽兽。——高尔基
今天实现了vuepress
中获取所有页面的frontmatter
frontmatter
是页面的页头信息,例如:
1 | --- |
可以编写一个插件:
1 | module.exports = (options, context) => ({ |
然后配置一下:
1 | plugins: [ |
接下来是使用
1 | console.log(this.$frontmatter.homepageFrontmatters) |
效果: