From d9777f70c12a6c831cd3c6adc581f587fa916639 Mon Sep 17 00:00:00 2001
From: Paul Murray <plmrry@gmail.com>
Date: Tue, 21 Nov 2023 13:55:52 -0500
Subject: [PATCH] remove baseurl

---
 README.md        | 2 +-
 site/_config.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index eaf78b5..7f24cb7 100644
--- a/README.md
+++ b/README.md
@@ -13,5 +13,5 @@ Website for Flatiron CCN's NeuroRSE group
 - From the root directory, run `gem install jekyll bundler`, which will install
   jekyll and the other required packages.
 - From the root directory, run `bundle exec jekyll serve -s ./site -d ./_site
-  --livereload`, then open `localhost:4000/neuroRSE/` in your browser (the
+  --livereload`, then open `localhost:4000` in your browser (the
   trailing slash is required!)
diff --git a/site/_config.yml b/site/_config.yml
index ad77c7b..b3e2510 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -20,7 +20,7 @@
 
 title: NeuroRSE
 description: >- # this means to ignore newlines until "baseurl:"
-baseurl: "/neuroRSE"
+baseurl: ""
 url: "https://flatironinstitute.github.io" # the base hostname & protocol for your site, e.g. http://example.com
 
 # Build settings