From 10e7639f2e902a1ba9a2572409e3de05f20a7bb7 Mon Sep 17 00:00:00 2001 From: Twert <76133472+twert627@users.noreply.github.com> Date: Thu, 20 Feb 2025 22:04:24 -0800 Subject: [PATCH] Baseurl --- docs/_config.yml | 9 +++------ docs/_layouts/default.html | 4 ++-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 57acef7..a8d6266 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -21,18 +21,15 @@ title: BrewHub email: your-email@example.com description: >- # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. -baseurl: "" # the subpath of your site, e.g. /blog + BrewHub is an open-source platform designed to be a central repository for homebrew app information. It aims to simplify the process of discovering, sharing, and managing homebrew applications across various platforms. Think of it as a community-driven app store specifically for homebrew. +baseurl: "/BrewHub" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: jekyllrb -github_username: BrewWare +github_username: BrewWare # Build settings plugins: - jekyll-feed - # Exclude from processing. # The following items will not be processed, by default. # Any item listed under the `exclude:` key here will be automatically added to diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 6894827..c186f0c 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -4,7 +4,7 @@