From b0455534d41640131a24787803b6f3ef78a7a4ff Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 1 Feb 2026 06:24:21 +0000 Subject: [PATCH] fix: update url and baseurl to fix broken CSS - Changed url from alshedivat.github.io to junjunjunbong.github.io - Set baseurl to empty string for personal site (root deployment) https://claude.ai/code/session_01FmLok6yPcyP8NAMGTA1mAm --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 259ae05..ccc1891 100644 --- a/_config.yml +++ b/_config.yml @@ -18,8 +18,8 @@ keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your o lang: en # the language of your site (for example: en, fr, cn, ru, etc.) icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/) -url: https://alshedivat.github.io # the base hostname & protocol for your site -baseurl: /al-folio # the subpath of your site, e.g. /blog/. Leave blank for root +url: https://junjunjunbong.github.io # the base hostname & protocol for your site +baseurl: "" # the subpath of your site, e.g. /blog/. Leave blank for root last_updated: false # set to true if you want to display last updated in the footer impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR back_to_top: true # set to false to disable the back to top button