Configure site behavior using .vuepress/client.ts or .vuepress/client.js as a client config file.
- Markdown39
- Config32
- Cookbook26
- Get Started11
- Feature10
- Tutorial8
- Advanced8
- Customize8
- VuePress7
- Blog7
- Layout7
- FAQ6
- Component5
- Interface5
- Demo2
- Intro1
Extend vuepress-theme-hope to create custom themes.
Replace theme components using alias when { custom: true } is set in behavior options.
The theme provides feed support via[@vuepress/plugin-feed][feed]. Install @vuepress/plugin-feed manually in your project to use this feature.
Info
vuepress-theme-hope passes plugins.feed from theme options directly to @vuepress/plugin-feed.
vuepress-theme-hope provides SEO enhancements via the built-in [@vuepress/plugin-seo][seo].
Info
Configure the plugin via the plugins.seo option in the theme options. To disable this feature, set plugins.seo to false.
The theme provides progressive web app support [^pwa-intro] via [@vuepress/plugin-pwa][pwa]. To use it, install @vuepress/plugin-pwa manually in your project.
Info
If you are using this plugin, we recommend you to set shouldPrefetch: false in your VuePress config file.
vuepress-theme-hope provides plugins.pwa in theme options to @vuepress/plugin-pwa.