VuePress Theme Hope allows you to add notice with [@vuepress/plugin-notice
][notice].
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].
You may not want some of your articles to be copied by others, or you want copyright information appended to the clipboard when copying.
vuepress-theme-hope
use [@vuepress/plugin-copyright
][copyright] to provide this feature.
Info
vuepress-theme-hope
passes plugins.copyright
in theme options to @vuepress/plugin-copyright
.
The theme adds built-in support for , [@vuepress/plugin-docsearch
][docsearch] and [@vuepress/plugin-search
][search]. Just install the plugin you want and config it, you will get a search box in navbar.
The following options control features provided by theme.
vuepress-theme-hope
implements the comment feature with built-in [@vuepress/plugin-comment
][comment].
Info
vuepress-theme-hope
passes plugins.comment
in theme options as plugin options to @vuepress/plugin-comment
.
The theme supports encryption of specific folders or specific paths, as well as global scope encryption.
Caution
Note that because of the limitation of vuepress, the content of the article is only hidden before being decrypted, and visitors can still get the content of the article from the source code (from js).
Please DO NOT USE this encryption function for any sensitive and confidential articles and files, please bear the consequences of it.
The theme displays last update time and contributors of the page via the [@vuepress/plugin-git
][git] plugin, and provides support for an "edit this page" button.
The theme also provides navigation buttons for previous and next pages depending on sidebar config.