config/frontmatter/basic/ #318
Unanswered
Replies: 4 comments 8 replies
-
notes 文件夹下面的 permalink 的生成好像有点小问题。只拼接了NotesOptions 的 link,没有拼接上 NoteItem 中的 link。 |
Beta Was this translation helpful? Give feedback.
3 replies
-
我想要编写一个工具页,但不想被索引为文章或者笔记,只通过链接访问,类似 友链 的效果,但里面的组件由我自己编排,是否有相关的配置属性? |
Beta Was this translation helpful? Give feedback.
1 reply
-
请问下,关于博客的右侧大纲部分,我在chrome浏览器能正常呈现,但是在 Edge浏览器没正常呈现,是为什么呢 |
Beta Was this translation helpful? Give feedback.
3 replies
-
您好,想问下lastUpdated开启后,所有开启的文章都会使用统一的最后一次git提交时间吗?是否可以按文章区分更新时间?我这边每个文章都走了最后一次git提交时间,即时这次提交没有这篇文章都变更~ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
config/frontmatter/basic/
概述 通用 Frontmatter 配置,适用于 所有的文章。 示例: 配置 pageLayout 类型: false | 'home' | 'doc' | 'custom' | 'page' | 'friends' | string 默认值: doc 详情: 页面布局方式。 'home': 主页布局 'doc': 文章页布局,包括左侧侧边栏、文章内容...
https://theme-plume.vuejs.press/config/frontmatter/basic/
Beta Was this translation helpful? Give feedback.
All reactions