barryclark / jekyll-now

Build a Jekyll blog in minutes, without touching the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q: changing path in site URL?

sloanlance opened this issue · comments

I forked jekyll-now a few years ago when I thought I'd start writing a blog. Things happened, and also I probably didn't have as much to write as I thought I would, so the site as gone untouched. Now I have things to write about and I will revive the site. The first thing I want to do is change the path to the site in the URL. That is…

# If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name)
# and NOT your User repository (http://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
baseurl: "/fubar"

However, that didn't move my site. It only broke the styling at the current URL and requesting the /fubar URL only gives an HTTP 404 error. What's the correct way to move the site?