Environment

hexo s command testing

hexo g comand testing


How to fix this problem? thx
It is no problem.
Because, the browser try to refer to local machine's css file and it does not exists.
For example. I open index.html in my local machine.

My css file path in index.html is below.

On my local machine does not exists above css's path. So, browser cannot find css file.
It will be fine, if you upload some hosting site or on your web server.
Or you can serve the content from your local machine:
@tomap I have solved this problem. Github repo is secondary directory the url setting seems like that!

Note: if you have bind a domain, Don't forget changing your url setting as following:



Glad to hear that the problem is solved. @Adolf-L Would you mind revise the documentation on the situation of secondary directory (that is, it should not end up with .git since it is not the url of the website but the git repository).
Glad to hear that the problem is solved. @Adolf-L Would you mind revise the documentation on the situation of secondary directory (that is, it should not end up with
.gitsince it is not the url of the website but the git repository).
okay