-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ERROR `/assets/themes/bootstrap/css/bootstrap.min.css' not found #302
Comments
Hi~ 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 http... /assets/themes/ Actually there is no Instead there are When I ran |
Thank u! |
there are so many stupid problem in Jekyll,I think it is time to give up . |
correct but eh first two can be found and are enhanced elsewhere. and all three are required IMHO. otherwise it wont load. |
I am on
My fix is change |
Thanks to @aallam for this. plusjade/jekyll-bootstrap#302
see more in : plusjade/jekyll-bootstrap#302 plusjade/jekyll-bootstrap@097e330 解決辦法: 先到你的部落格專案 > assets > themes底下建立一個名為bootstrap-3的資料夾,然後再將bootstrap與css資料夾一併丟入bootstrap-3的資料夾內即可。
old version of jekyll-bootstrap looking for bootstrap not bootstrap-3/ but new version of jekyll-bootstrap looking for bootstrap-3/ see plusjade/jekyll-bootstrap#302
Hello,
I'am a new user, i followed this instructions, but after running
jekyll serve
i get the following error (after i access to http://localhost:4000):[2016-03-21 17:32:43] ERROR '/assets/themes/bootstrap/css/bootstrap.min.css' not found.
[2016-03-21 17:32:43] ERROR '/assets/themes/bootstrap/css/bootstrap-theme.min.css' not found.
[2016-03-21 17:32:43] ERROR '/assets/themes/bootstrap/css/bs-sticky-footer.css' not found.
[2016-03-21 17:32:43] ERROR '/assets/themes/css/style.css' not found.
[2016-03-21 17:32:43] ERROR '/assets/themes/bootstrap/js/bootstrap.min.js' not found.
Meanwhile there is a folder in
assests/themes
namedbootstrap-3
.. !EDIT:
after installing an other theme (twitter theme), the bootstrap errors are gone, but still have the following:
[2016-03-21 17:46:57] ERROR '/assets/themes/css/1.4.0/bootstrap.css' not found.
[2016-03-21 17:46:57] ERROR '/assets/themes/css/style.css' not found.
EDIT2:
Resolved the left errors by copying the folder '_theme_packages/twitter/assets/themes/twitter/css/' into 'assets/themes/'.
Still, i don't think that i should have this the errors after a clean git clone !
The text was updated successfully, but these errors were encountered: