mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 10:26:57 +02:00
🐛 fix(config): include other Markdown files in config
This commit is contained in:
parent
59f9d77526
commit
9cfcfe22bd
1 changed files with 6 additions and 1 deletions
|
|
@ -3,4 +3,9 @@ plugins:
|
||||||
- jekyll-relative-links
|
- jekyll-relative-links
|
||||||
relative_links:
|
relative_links:
|
||||||
enabled: true
|
enabled: true
|
||||||
collections: true
|
collections: true
|
||||||
|
include:
|
||||||
|
- CONTRIBUTING.md
|
||||||
|
- README.md
|
||||||
|
- LICENSE.md
|
||||||
|
- CODE_OF_CONDUCT.md
|
||||||
Loading…
Add table
Add a link
Reference in a new issue