This tutorial guides you on how to configure a VuePress project.
4/1/2022About 2 min
By using vuepress-plugin-components
, you can import and use some components in your Markdown files.
Available components:
- ArtPlayer: A video player powered by ArtPlayer.
- Badge: Colorful badge component
- BiliBili: Embedded BiliBili video
- CodePen: Embed CodePen demo
- FontIcon: font icon component.
- PDF: Embed PDF viewer
- Share: Sharing current page with social medias
- StackBlitz: Embed StackBlitz demo
- SiteInfo: Display sites
- VPBanner: A banner component
- VPCard: A card component
- VidStack: Audio/Video player powered by VidStack
- XiGua: Embed XiGua video
To enable components, you should set plugins.components.components
with an array of components names.
2/15/2022About 1 min
You can change the theme's styles in .vuepress/styles
by setting variable values in the config.scss
and palette.scss
files.
Also, you can add your own styles in .vuepress/styles/index.scss
.
2/15/2022About 3 min
This tutorial guides you on how to generate page in a VuePress project.
4/1/2022About 1 min
vuepress-theme-hope
bundles many VuePress plugins and adds support for more VuePress plugin.
2/15/2022About 2 min
1/27/2022About 3 min
2/15/2022About 3 min
4/15/2022About 2 min
2/15/2022About 6 min
When setting { custom: true }
in Behavior options, the theme will import components through @theme-hope
alias, so you can use it to replace any component of the theme.
2/22/2022About 3 min