I've been trying to build a personal blog recently. My strategy is to use hexo and deploy it on GitHub.
I have this problem:
When I write a new blog on my local computer and try to update it on my personal page, I use git bash to push it to the remote repository, and then call the “hexo server”(Photos: my git bash) command to open localhost:4000 to see if the blog is updated. My computer shows that the blog page has been updated locally.Photos: page on my localhost
But when I open “username.github.io”, it doesn't update.Photos: page on username.github.io
I really need your help.Thank you!