From 33f6e5b0db4ad1e2b9f6644346557daa5c267fae Mon Sep 17 00:00:00 2001 From: Inter Date: Tue, 15 Oct 2024 23:35:24 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20add=20GitHub=20Pages=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..ca0ba00 --- /dev/null +++ b/_config.yml @@ -0,0 +1,6 @@ +markdown: GFM +plugins: + - jekyll-relative-links +relative_links: + enabled: true + collections: true \ No newline at end of file