File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,9 @@ Or, full configuration:
4141plugins :
4242 - recently-updated :
4343 limit : 10 # Limit the number of docs displayed
44- exclude : # List of excluded files
44+ exclude : # List of excluded files (support unix shell-style wildcards)
4545 - index.md # Exclude specific file
46+ - ' */index.md' # Exclude all index.md files in any subfolders
4647 - blog/* # Exclude all files in blog folder, including subfolders
4748` ` `
4849
Original file line number Diff line number Diff line change @@ -41,8 +41,9 @@ plugins:
4141plugins :
4242 - recently-updated :
4343 limit : 10 # 限制显示的文档数量
44- exclude : # 排除文件列表
44+ exclude : # 排除文件列表(支持 unix shell 样式的通配符)
4545 - index.md # 排除指定文件
46+ - ' */index.md' # 排除所有子目录下的 index.md 文件
4647 - blog/* # 排除 blog 目录下所有文件,包括子目录
4748` ` `
4849
You can’t perform that action at this time.
0 commit comments