Normal Pages
TIP
The following is the Frontmatter configuration unique to vuepress-theme- reco. For other configurations, please refer to Vuepress Frontmatter。
password
- Type:
string | string[] - Detail: page encryption password.
- Refer: Reference->Theme Configuration-> Encryption
sticky
- Type:
number - Detail: The article is on top, according to 1, 2, 3,. To sort in descending order.
pageClass
Type:
stringDetail: 为当前页面添加额外的类名。
Example:
--- pageClass: custom-page-class ---Then you can customize styles of this page in
.vuepress/styles/index.cssfile:.theme-container { .custom-page-class { /* page styles */ } }Also see: Default Theme > Styles > Style File
