The following options change Markdown renderer behaviors, and can be set under markdown property in theme options.
Caution
These options are important and require you to configure them correctly.
The Navbar contains:
All of them are customizable, and you can also fully customize Navbar layout.
The sidebar contains list of related documents, document titles, and blogger information in blog mode.
The theme allows you to generate side bar from file structure or headers automatically, or you can customize it manually.
The theme provides the following features to stylize your content:
- Hint Container: Stylized hint
- Align: Customize content alignment
- Attrs: Adding attrs to Markdown contents
- Mark: Highlight contents
- Superscript and Subscript
- Spoiler: Hide spoiler content
- Stylize: Customizable token stylizer
Let the Markdown file in your VuePress site support Subscript and Superscript.
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.