heathermcd12 / portfolio

0 stars 0 forks source link

CNAME not working for new website #12

Open heathermcd12 opened 8 years ago

heathermcd12 commented 8 years ago

I changed the location of my CNAME in github and its all gone wacky. How do I fix this??

screen shot 2015-11-11 at 12 03 49 pm

@thomasjbradley

heathermcd12 commented 8 years ago

Wait, now its working, just my whole website looks like this:

screen shot 2015-11-11 at 12 10 50 pm

How do I fix this??

thomasjbradley commented 8 years ago

Now that it's at a live domain you have to update your _config.yml file, this line here: https://github.com/heathermcd12/portfolio/blob/gh-pages/_config.yml#L2

Should be changed to:

baseurl: ""
heathermcd12 commented 8 years ago

Thank you Thomas!!