From 5517c61e5ed4beb0a3905ff03bbc89988b8cf84d Mon Sep 17 00:00:00 2001 From: xgui4 <134389196+xgui4@users.noreply.github.com> Date: Thu, 3 Jul 2025 18:59:06 -0400 Subject: [PATCH] Update baseurl in Jekyll config to reflect correct path --- website/_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/_config.yml b/website/_config.yml index 9731e6f04..736037a1a 100644 --- a/website/_config.yml +++ b/website/_config.yml @@ -23,13 +23,13 @@ title: X11Libre description: >- # this means to ignore newlines until "baseurl:" This is the website for the X11Libre project which is an open-source initiative focused on providing a modern, libre implementation of the X11 protocol and related tools. -baseurl: "/x11libre-website" # the subpath of your site, e.g. /blog +baseurl: "/xserver/website" # the subpath of your site, e.g. /blog url: "https://xgui4.github.io" # the base hostname & protocol for your site, e.g. http://example.com github_username: xgui4 # Build settings #plugins: -# - jekyll-feed + # - jekyll-feed # Exclude from processing. # The following items will not be processed, by default.