Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't build? #45

Open
danielsunden opened this issue Sep 26, 2016 · 3 comments
Open

Doesn't build? #45

danielsunden opened this issue Sep 26, 2016 · 3 comments

Comments

@danielsunden
Copy link

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
Copy link
Owner

y7kim commented Sep 26, 2016

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
Copy link

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

  • In _includes/css/agency.css - line 269 and line 658: change the url to:
    background-image: url('img/header-bg.jpg');
    and
    background-image: url('img/map-image.png'); respectively.
  • In _includes/head.html - line 11 and line 14: remove the / in front of style.css.
  • In _includes/js.html - remove the / in front of all the `"/js/jquery..." bit.

Hope this helps along with Rick's answer above.

tanveermunavar added a commit to tanveermunavar/vitruvio.in that referenced this issue Oct 22, 2017
@shardul-shah
Copy link

@y7kim thank you! Helped me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants