i try to run for jekyll project and have issues
See original GitHub issueMy Jekyll project runs in: http://127.0.0.1:4000/tucavacuarto/
then i try to run this:
http-server http://127.0.0.1:4000/tucavacuarto/
and the results is this:
Starting up http-server, serving http://127.0.0.1:4000/tucavacuarto/ Available on: http://192.168.0.101:8080 http://127.0.0.1:8080
but when i run the web server in the browser or cell phone, i return this in the console:
[Tue Feb 14 2017 11:03:09 GMT-0400 (Hora estándar de Venezuela)] "GET /" "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3012.0 Safari/537.36" [Tue Feb 14 2017 11:03:09 GMT-0400 (Hora estándar de Venezuela)] "GET /" Error (404): "Not found"
can i run this for test my project from cell phone? Thanks in advance
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Troubleshooting | Jekyll • Simple, blog-aware, static sites
If you ever run into problems installing or using Jekyll, here are a few tips that might be of help. If the problem...
Read more >Troubleshooting Jekyll build errors for GitHub Pages sites
You can use Jekyll build error messages to troubleshoot problems with your GitHub Pages site.
Read more >Troubleshooting 3 issues when configuring Jekyll on Github ...
I am trying to build a course webpage for a new course for the coming spring semester. Since the website is just for...
Read more >jekyll page build failure - Stack Overflow
I'm trying to create a website for a group project using Github Pages, and I have forked this repository. I've made several changes,...
Read more >Developing with Jekyll | go-go gh-pages! - evanwill
Linux: Even though the version will not be the most up-to-date, the simplest method is to use your distro's repositories. For example on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Give me a proper description on what you did. Where did you run
http-server
, where’s your content/HTML?jekyll doesn’t have a specific port afaik. you can specify the port with
http-server -p 1234
.