From 08576d675f96fd7fc2398d19aa4a43ed155f82e5 Mon Sep 17 00:00:00 2001 From: yoa1226 Date: Tue, 15 Oct 2024 19:21:27 +0800 Subject: [PATCH] fix lowwer case --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 29e599c..5258213 100644 --- a/_config.yml +++ b/_config.yml @@ -18,10 +18,10 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Welcome to visit my Site. +title: Welcome to visit my site. email: life2stick@outlook.com description: >- # this means to ignore newlines until "baseurl:" - Welcome to My Site. + Welcome to my site. baseurl: "/" # the subpath of your site, e.g. /blog url: "https://yoa1226.github.io/" # the base hostname & protocol for your site, e.g. http://example.com