From 87b7714e60c12a5c0a583eeb1194ffc6972e4ce9 Mon Sep 17 00:00:00 2001 From: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:03:48 +0530 Subject: [PATCH] This might break Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com> --- content/posts/{GSoC-week-1.md => index.md} | 0 hugo.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename content/posts/{GSoC-week-1.md => index.md} (100%) diff --git a/content/posts/GSoC-week-1.md b/content/posts/index.md similarity index 100% rename from content/posts/GSoC-week-1.md rename to content/posts/index.md diff --git a/hugo.toml b/hugo.toml index 61a380f..eecd0f1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://prady0t.github.io/My-Blog/' +baseURL = 'http://example.org/' languageCode = 'en-us' title = "Prady0t's Blog" theme = "bootstrap"