You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the index page loads. All other pages (which are linked from the index page) give 404. I get the following error in gojekyll serve console output when I navigate to some other page (for example, clicking on the "articles" hyperlink on the home page).
# I run "gojekyll serve", server is running
Configuration file: /home/apb/code/abhijeetbodas2001.github.io/_config.yml
Source: /home/apb/code/abhijeetbodas2001.github.io
Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.
# I now open my browser, and click on the "articles" hyperlink on the homepage (which goes to the localhost:4000/articles URL)# I now get a 404 (I have a custom 404 page, which shows up in the browser.# The following error pops up in console output:
[LiveReload] websocket: close 1001 (going away)
[LiveReload] websocket: close 1001 (going away)
Checklist
jekyll
.System information
Liquid version:
gojekyll --version
develop
Commit hash: (if version =
develop
)9718b42
Expected behavior
Hyperlinks and all URLs work correctly.
Actual behavior and reproducer
Only the index page loads. All other pages (which are linked from the index page) give 404. I get the following error in
gojekyll serve
console output when I navigate to some other page (for example, clicking on the "articles" hyperlink on the home page).I have my site source at https://github.com/abhijeetbodas2001/abhijeetbodas2001.github.io and am currently trying out
gojekyll
(have used only the ruby gem earlier).I am running Debian 12 bookworm.
Would appreciate any sort of help on how to fix this. Thanks for all your efforts on this project!
The text was updated successfully, but these errors were encountered: