From 3ddc4f45102da40ea4e2e9ba887ef8255590a042 Mon Sep 17 00:00:00 2001 From: Abhijit Kshirsagar Date: Sun, 2 Mar 2025 01:27:29 +0530 Subject: [PATCH] Fix baseurl problems Baseurl for stylesheets is picked from the Liquid tag site.github.url. Why? Not sure, someone in the upstream repo made this change at some point. Solution: For now, just add the value correctly through _config.yaml --- _config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index 2337245..bd7aa96 100755 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,11 @@ # Site wide configuration +github: + url: /~kabhijit + +#baseurl: +#url: + title: kabhijit locale: en_US logo: logo.png # filename of a logo image that has been placed into your images directory