Themes allow you to display basic information about the blogger.
2/16/22About 1 min
Themes allow you to display basic information about the blogger.
The theme automatically aggregates all articles and renders an article list at the /article/ route.
By default, all Markdown files are included in the article list.
article: false in the page Frontmatter, or configure custom exclusion logic via plugins.blog.filter in the theme options.sticky: true in the Frontmatter to pin an article to the top of the list.Tips
To explicitly control the sorting order of sticky articles, assign a numeric value to sticky (e.g., sticky: 2). Higher values are prioritized.
Use the `
You can configure category and tags for articles through frontmatter to make them appear in specific categories and tags pages.
vuepress-theme-hope allows you to enable a blog-style and a portfolio style homepage.
The theme integrates @vuepress/plugin-blog for blog functionality. It is disabled by default. Set plugins.blog: true in the theme options to enable it.