From d22c57b32ad3d78d867ac50591ead239ae92f1fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=B6rcs=C3=B6k=20Bal=C3=A1zs=20R=C3=B3bert?= Date: Fri, 15 Dec 2023 15:12:14 +0100 Subject: [PATCH] Restructuring. --- blog/config.toml => config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename blog/config.toml => config.toml (91%) diff --git a/blog/config.toml b/config.toml similarity index 91% rename from blog/config.toml rename to config.toml index afcf783..5db5a67 100644 --- a/blog/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://iplayzed.github.io" +base_url = "https://iplayzed.github.io/" # Whether to automatically compile all Sass files in the sass directory compile_sass = true