The theme automatically aggregates all articles and renders an article list at the /article/ route.
Article Configuration
By default, all Markdown files are included in the article list.
- Exclude Articles: Set
article: falsein the page Frontmatter, or configure custom exclusion logic viaplugins.blog.filterin the theme options. - Sticky Articles: Set
sticky: truein 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.
Excerpts
Defining Excerpts
Use the `