Code Monkey home page Code Monkey logo

Comments (5)

jpanther avatar jpanther commented on July 17, 2024

This is most likely because your baseURL parameter is not set correctly. If you inspect the console output for your GitHub pages site, the URLs that are failing do not include the /hugo-test/ part of the path.

from congo.

m0rphed avatar m0rphed commented on July 17, 2024

This is most likely because your baseURL parameter is not set correctly. If you inspect the console output for your GitHub pages site, the URLs that are failing do not include the /hugo-test/ part of the path.

Do you mean that baseURL should be set to: <user>.github.io/<repo-name> ( https://m0rphed.github.io/hugo-test in my case) when we want to deploy it to GitHub Pages?

from congo.

jpanther avatar jpanther commented on July 17, 2024

Yes, correct. You can either set it in the config file or pass it as a parameter to the build command. If you look at gh-pages.yml in the project you can see an example of how the docs site is deployed to GitHub Pages using the build parameter.

from congo.

jpanther avatar jpanther commented on July 17, 2024

It looks like you managed to get this working so I'll go ahead and close this one.

from congo.

m0rphed avatar m0rphed commented on July 17, 2024

Yes, thank you!
Providing --baseURL https://<user>.github.io/<repo>/ in GitHub Pages .yml-file solves the problem for me 😄
However, setting baseURL in config didn't solve it, maybe it's worth mentioning in docs that when you deploy to gh-pages it it necessary to provide --baseURL flag

from congo.

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.