Post Cover
Configure the cover image for posts in the article list by setting the cover field in the post's front-matter to the image URL.
Post TOC
Show the post's table of contents by setting toc: true in the post's front-matter. Recommended for posts with deep hierarchical structure; can be turned off for prose and text-heavy posts.
Post Pinning
Use a number in the sticky field to pin a post. Larger numbers mean higher priority. Numbers must be greater than 0.
Related Posts
Related posts show recommended posts at the bottom of each article.
Tag Cloud
The tag cloud appears on each subpage's homepage to show the distribution of tags under that subpage. Two forms are available: a 3D animated cloud and a static tag cloud.
Code Highlighting
Code highlighting depends on the highlight config in your blog's root _config.yml. Configure as follows:
Math Formulas
The theme offers two ways to enable LaTeX math formula support. Both require the following setup first:
Mermaid Enhancement
Mermaid is a JavaScript-based diagramming tool that parses Markdown-like text syntax to create and dynamically modify diagrams.
Post Excerpt
The excerpt shown in the article list can be specified in two ways.