config/navigation/ #188
Unanswered
Replies: 2 comments 3 replies
-
现在的导航栏,配置icon后。生成对应的网站结构时,svg图标外面有一个span标签,span标签有一个class=‘vp-icon’,他设置了background-color,导致icon有个黑色背景,很不好看。我自定义样式不知道为啥还覆盖不掉。 |
Beta Was this translation helpful? Give feedback.
2 replies
-
问下主题有没有类似时间轴的组件可以放入导航栏中的。 |
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/navigation/
概述 主题默认会自动生成最简单的导航栏配置,仅包括 首页 和 博客文章列表页 。 你也可以自己配置导航栏,覆盖默认的的导航栏配置。 默认配置如下: 当开启了 多语言配置,则会生成对应语言的导航栏的默认配置: 随着站点内容变得越来越丰富,包括了 博客文章列表、notes、友情链接、 外部链接等等, 默认生成的导航栏配置满足不了您的需求。 这时候,您可以通...
https://theme-plume.vuejs.press/config/navigation/
Beta Was this translation helpful? Give feedback.
All reactions