From e9f9c45b3e4e21ca61ae88b8e4e707abe082bdb9 Mon Sep 17 00:00:00 2001 From: rjzupkoii Date: Mon, 11 Nov 2024 10:26:35 -0500 Subject: [PATCH] #2591 clarify URL in config --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c778a1a08d03f..08fe0f3584126 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ title : "Your Name / Site Title" title_separator : "-" name : &name "Your Name" description : &description "personal description" -url : https://academicpages.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" +url : https://academicpages.github.io # the base hostname & protocol for your site e.g. "https://[your GitHub username].github.io" baseurl : "" # the subpath of your site, e.g. "/blog" repository : "academicpages/academicpages.github.io"