diff --git a/_config.yml b/_config.yml index ca0ba00..722d9c4 100644 --- a/_config.yml +++ b/_config.yml @@ -3,4 +3,9 @@ plugins: - jekyll-relative-links relative_links: enabled: true - collections: true \ No newline at end of file + collections: true +include: + - CONTRIBUTING.md + - README.md + - LICENSE.md + - CODE_OF_CONDUCT.md \ No newline at end of file