Skip to content

Commit 7badb83

Browse files
committed
Add new config option to the README
1 parent 91d66fb commit 7badb83

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,17 @@ relative_links:
6363
collections: false
6464
```
6565

66+
### Excluding files
67+
68+
To exclude specific directories and/or files:
69+
70+
```yml
71+
relative_links:
72+
exclude:
73+
- directory
74+
- file.md
75+
```
76+
6677
### Processing Collections
6778

6879
Setting the `collections` option to `true` enables relative links from collection items (including posts).

0 commit comments

Comments
 (0)