GithubHelp home page GithubHelp logo

Comments (8)

aallam avatar aallam commented on June 30, 2024 5

@YabZhang
I think you can do one of this solutions:

  • Edit your file like in the patch above
  • Or simply try create a folder named |bootstrap-3| in your folder |assets|, and mv your folder |bootstrap| into it this should work too. (you can check mine here)

from jekyll-bootstrap.

YabZhang avatar YabZhang commented on June 30, 2024 3

@aallam

Thank u!
I create a folder bootstrap-3 and put bootstrap in there. Now it works well.

from jekyll-bootstrap.

Pines-Cheng avatar Pines-Cheng commented on June 30, 2024 1

there are so many stupid problem in Jekyll,I think it is time to give up .

from jekyll-bootstrap.

superkarn avatar superkarn commented on June 30, 2024 1

@aallam creating the bootstrap-3 folder worked for me.

I dug a little deeper and found that this issue is related to these changes: d401344 and cf5484f.

from jekyll-bootstrap.

yaojingguo avatar yaojingguo commented on June 30, 2024 1

I am on master branch (commit hash 8193869 ). I have the following errors:

[2016-09-24 23:00:24] ERROR `/assets/themes/bootstrap-3/bootstrap/css/bootstrap.min.css' not found.
[2016-09-24 23:00:24] ERROR `/assets/themes/bootstrap-3/bootstrap/css/bootstrap-theme.min.css' not found.
[2016-09-24 23:00:24] ERROR `/assets/themes/bootstrap-3/bootstrap/css/bs-sticky-footer.css' not found.
[2016-09-24 23:00:24] ERROR `/assets/themes/bootstrap-3/css/style.css' not found.
[2016-09-24 23:00:24] ERROR `/assets/themes/bootstrap-3/bootstrap/js/bootstrap.min.js' not found.
[2016-09-24 23:00:24] ERROR `/assets/themes/bootstrap-3/bootstrap/js/bootstrap.min.js' not found.

My fix is change ASSET_PATH : false to ASSET_PATH : /assets/theme in _config.yml.

from jekyll-bootstrap.

YabZhang avatar YabZhang commented on June 30, 2024

Hi~
I meet a similar problem.
I followed the Jekyll QuickStart.

It ran locally well. But when I opened http://yabzhang.github.io/ in my browser, it seemed no css file be loaded.

I checked requests and found all the GET requests strange.


http... /assets/themes/bootstrap-3/bootstrap/css/bootstrap.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
...
http... /assets/themes/bootstrap-3/bootstrap/js/bootstrap.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
...


Actually there is no bootstrap-3 folder in assests/themes on my local machine.

Instead there are twitter bootstrap css three folders.

When I ran jekyll serve locally, it works well. But the static file link is different:

I have a clean git branch.

from jekyll-bootstrap.

JazzMaster avatar JazzMaster commented on June 30, 2024

correct but eh first two can be found and are enhanced elsewhere.
-link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"-
-script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"--/script-
-script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"--/script-

and all three are required IMHO. otherwise it wont load.

from jekyll-bootstrap.

erikmartinessanches avatar erikmartinessanches commented on June 30, 2024

I changed the folder to bootsrtap-3 but this appears to be a problem for me still. 0 - Jekyll in 3 minutes you wish! More like 3 days if not 3 weeks.
image

from jekyll-bootstrap.

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.