y7kim / agency-jekyll-theme

Agency Theme for Jekyll
Apache License 2.0
868 stars 2.02k forks source link

Doesn't build? #45

Open danielsunden opened 7 years ago

danielsunden commented 7 years ago

Hi,

This might not really be an issue with the theme as such, but I can't seem to get this to render properly on gh-pages. Any thought's as of why this might be. Does the setup require me to do anything special?

https://danielsunden.github.io/Portfolio-New/

y7kim commented 7 years ago

HI Daniel, you are trying to deploy the site under /Portfolio-New/ but by default, the theme expects to be deployed under /agency-jekyll-theme/.

Open _config.yml and edit the first two lines:

url: https://y7kim.github.io baseurl: /agency-jekyll-theme/

For you, it should be edited to: url: https://danielsunden.github.io baseurl: /Portfolio-New/

Hope this helps,

Rick

lawrence-c commented 7 years ago

To get it to render (style and images) properly on my own localhost I had to change a few additional lines:

Hope this helps along with Rick's answer above.

shardul-shah commented 5 years ago

@y7kim thank you! Helped me.