Folding Module

You can nest other modules, text, or paragraphs under this module.

This module is partially migrated from hexo-theme-volantis.

Effect

Screenshot 2023-01-26 at 9.34.14 PM

Syntax

{% folding [颜色]::[标题] %}
 
Content
 
{% endfolding %}

For example, in the above image:

{% folding blue::Folding 测试: 点击查看更多 %}
 
啊啊啊啊啊
 
{% note danger  %}
danger 提示块标签
{% endnote %}
 
{% note tip  %}
tip 提示块标签
{% endnote %}
 
{% endfolding %}

Color List

yellow, blue, green, red, orange, pink, cyan, white, black, gray

More

For a real experience, please visit the Redefine Demo Site (opens in a new tab)