vuepress-theme-hope
bundles many VuePress plugins and adds support for more VuePress plugin.
The theme adds built-in support for [@vuepress/plugin-docsearch
][docsearch], [@vuepress/plugin-meilisearch][meilisearch], [@vuepress/plugin-slimsearch][slimsearch] and [@vuepress/plugin-search
][search]. Just install the plugin you want and config it, you will get a search box in navbar.
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: Embedded CodePen demo
- PDF: Embedded PDF viewer
- Share: Sharing current page with social medias
- StackBlitz: Embedded StackBlitz demo
- SiteInfo: Display sites
- VPBanner: A banner component
- VPCard: A card component
- VidStack: Audio/Video player powered by VidStack
To enable components, you should set plugins.components.components
with an array of components names.
VuePress Theme Hope allows you to add watermark with [@vuepress/plugin-watermark
][watermark].
VuePress Theme Hope provides catalog component and auto catalog generation using [@vuepress/plugin-catalog
][catalog].