vuepress
vuepress copied to clipboard
π Minimalistic Vue-powered static site generator
**Summary** **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor...
## Feature request #### What problem does this feature solve? Different pages can be configured with different site names #### What does the proposed API look like? ``` get $siteTitle...
This is my project package.json `{ "name": "tdh-pro-doc", "version": "1.0.0", "main": "index.js", "author": "Tiger X Zhang", "license": "MIT", "scripts": { "dev": "vuepress dev", "build": "vuepress build" }, "dependencies": { "@vuepress/cli":...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
- anchor tag for downloads counter/shield only had closing tag - added `` at beginning for non-clickable **Summary** **What kind of change does this PR introduce?** (check at least one)...
// clientAppEnhance.js import 'ant-design-vue/dist/antd.css' the dark theme does not take effect
- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce ``` npx create-vuepress-site test npm i sass-loader npm run dev...
- [x ] I confirm that this is an issue rather than a question. ## Bug report I created a custom component in `.vuepress/components/LaTeX.vue` to typeset the LaTeX logo properly...
## Feature request * Can we have a note on VuePress being out of active development on frontpage of its official website? I was stumbling over the maintenance mode prompt...
## Feature request #### What problem does this feature solve? ` git editLinks ` is not correct on the gitea ! #### What does the proposed API look like? ...