From 1a519806e5ac2258b4cacc08196d2a5afed0b7ba Mon Sep 17 00:00:00 2001 From: 8086X Date: Mon, 7 Oct 2024 09:45:32 +0900 Subject: [PATCH 1/2] Update _config.yml with correct settings for GitHub Pages --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index a985070..0963e73 100644 --- a/_config.yml +++ b/_config.yml @@ -21,9 +21,9 @@ title_separator : "|" subtitle : # site tagline that appears below site title in masthead name : "MyName." description : "MyDescription" -url : "https://myurl.com" +url : "https://github.com/8086X/8086X.github.io" baseurl : # the subpath of your site, e.g. "/blog" -repository : "mygithubid/mygithubid.github.io" +repository : "8086X/8086X.github.io" teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" masthead_title : "MyTitle" From 99983bdfa14d304077c8e4d63fa0c8fe935c25b1 Mon Sep 17 00:00:00 2001 From: 8086X Date: Mon, 7 Oct 2024 10:06:23 +0900 Subject: [PATCH 2/2] Add a short description about myself to index.md --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 8134a1d..7c0ae8f 100644 --- a/index.md +++ b/index.md @@ -10,7 +10,7 @@ header: url: "/sample/" excerpt: " " intro: - - excerpt: "" + - excerpt: "Hello everyone, I am Luo Xiaofan from Artificial Intelligence." --- {% include feature_row id="intro" type="center" %}