How can I view / develop my website locally? #1991
Replies: 5 comments 1 reply
-
Try with |
Beta Was this translation helpful? Give feedback.
-
Hi, `to run this website localy:
|
Beta Was this translation helpful? Give feedback.
-
liveserve is not possible anymore? |
Beta Was this translation helpful? Give feedback.
-
Thanks! this helped |
Beta Was this translation helpful? Give feedback.
-
I made changes locally, and the website is visible locally as expected. I used "bundle exec jekyll serve" to open it locally. However, it failed to build on GitHub. The error message lists all files in_publicaiton, _data, and other folders. Error: Logging at level: debug Configuration file: /github/workspace/./_config.yml GitHub Pages: github-pages v232 GitHub Pages: jekyll v3.10.0 Theme: jekyll-theme-primer Theme source: ......................... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! 👋
How would I go on to develop my website locally? Constantly pushing a minor change and letting the GitHub pages action build the website seems suboptimal.
When I want to host locally by running
bundle exec jekyll liveserve
the page is not found and when I refresh it I get redirected to the website hosted by GitHub pages.Do I have to change something in the _config.yaml?
Once I open localhost I also get this error message:
Beta Was this translation helpful? Give feedback.
All reactions