Permalink
Browse files

Fixing base URL in Jekyll (#10)

* Tweaking root URLs for new name

* Switching to http for now
  • Loading branch information...
christophernhill committed Feb 6, 2019
1 parent 762e9eb commit bab651f76a2ed345ef3d5ee35c09f115877f4b7e
Showing with 2 additions and 2 deletions.
  1. +2 −2 _config.yml
@@ -4,8 +4,8 @@
# baseurl is the website's URL without the hostname

# If you are building a simple GitHub user page (https://username.github.io) then use these settings:
url: "https://cosden.github.io/usrseweb"
baseurl: "/usrseweb"
url: "http://us-rse.org"
baseurl: "/"

# If you are building a GitHub project page then use these settings:
#url: "http://username.github.io/projectname"

0 comments on commit bab651f

Please sign in to comment.