From 9cfcfe22bdc8951a46416aa271fd59ed6c914466 Mon Sep 17 00:00:00 2001 From: Inter Date: Thu, 21 Nov 2024 22:37:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(config):=20include=20other?= =?UTF-8?q?=20Markdown=20files=20in=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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