vuepress
vuepress copied to clipboard
📝 Minimalistic Vue-powered static site generator
## Feature request #### What problem does this feature solve? I use webp image in markdown,and after `run dev`, the chrome can't show the image. After inspecting the element, the...
- [x] I confirm that this is an issue rather than a question. ## Bug report When deploying the docs to GitHub Pages using the GitHub Action `jenkey2011/vuepress-deploy@master` the "Last...
## Feature request chinese: 能不能开发一个显示所有文章列表的组件,或者按照文章分类显示该分类下的所有文章的组件啊。 english: Can you develop a component that displays a list of all articles, or a component that displays all articles under that category according to...
## Feature request Just wanted to share how I was finally able to add [Vue Fontawesome](https://github.com/FortAwesome/vue-fontawesome) to VuePress. The trick is to add it to `enhanceApp.js`👍 Here are the exact...
### vuePress如何支持IE10+?  官方文档说需要配置这个evergreen属性为false即可,但我在实际运用中并未生效。
- [ ] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce #### What is expected? #### What is actually happening?...
- [X] I confirm that this is an issue rather than a question. ## Bug report The vuepress 1.9.10 version still uses the `vuepress-html-webpack-plugin v3.2.0` lib and from what I...
## Feature request 希望vuepress增加一个捐赠插件。用户只需要为这个插件设置自己的微信和支付宝二维码就行了。非常感谢。
本地启动项目时,可以执行到 https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/core/lib/client/app.js#L88 中的 handleRedirectForCleanUrls 方法,所以本地使用不论使用大写还是小写都可以访问到正确的页面 比如我有一个页面: https://xxx/tag/ABC/ 我使用 https://xxx/tag/abc/ 会正常返回 200 的状态码并跳转到正确的页面 但是在我部署到服务器上之后,使用 https://xxx/tag/abc/ 访问就会返回 404 不知道是否与 SSR 有关?有没有什么配置可以实现大小写不敏感 Other relevant information vuepress v1.9.8 使用 vercel 部署
- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce If we enter the gitlab section, when we navigate through...