From 21360b01dc612f390916ecc27bb82cdf36c184e9 Mon Sep 17 00:00:00 2001 From: lrmulkayhee Date: Tue, 28 Jan 2025 11:24:09 -0500 Subject: [PATCH] Update baseurl and site URL in configuration file to reflect new repository structure --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 1b8fb9c..b0496e9 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ title: "Coding Notes" description: "A collection of coding tutorials and resources" -baseurl: "/Coding-Notes" # the subpath of your site, e.g. /blog -url: "https://lrmulkayhee.github.io" # the base hostname & protocol for your site +baseurl: "" # the subpath of your site, e.g. /blog +url: "https://lrmulkayhee.github.io/Coding-Notes" # the base hostname & protocol for your site theme: minima # Build settings