Coder Social home page Coder Social logo

Doesn't build? about agency-jekyll-theme HOT 3 OPEN

y7kim avatar y7kim commented on July 22, 2024
Doesn't build?

from agency-jekyll-theme.

Comments (3)

y7kim avatar y7kim commented on July 22, 2024 5

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

from agency-jekyll-theme.

lawrence-c avatar lawrence-c commented on July 22, 2024

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.

from agency-jekyll-theme.

shardul-shah avatar shardul-shah commented on July 22, 2024

@y7kim thank you! Helped me.

from agency-jekyll-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.