In your config.toml
you have
baseURL = "https://wangloo.github.io/blog/"
but when you run hugo server
it uses http://localhost:1313/
so you’ve developed with a different assumption about where a URL like /blog/js/journal.js
lives.
In your config.toml
you have
baseURL = "https://wangloo.github.io/blog/"
but when you run hugo server
it uses http://localhost:1313/
so you’ve developed with a different assumption about where a URL like /blog/js/journal.js
lives.