From 22c4605ed7aab619a50423f8742831f47d5a124f Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Wed, 17 Apr 2024 10:24:13 +0900 Subject: [PATCH] Update _config.yml with repository information The _config.yml file has been updated with new repository information for "bearsunday/bearsunday.github.io". This is done to provide clear tracking of the repository where the project files are stored and managed, improving back-end organization. --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 9df9a3d9..f103a768 100644 --- a/_config.yml +++ b/_config.yml @@ -9,3 +9,4 @@ markdown: kramdown redcarpet: extensions: ["autolink", "no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data", "tables"] highlighter: rouge +repository: bearsunday/bearsunday.github.io