I'm using HexoJS to create a blog. I was able to generate the static files using hexo generate
. Even though there are css files and JS files generated, they are not properly linked to the index.html
.
So, I have to open each html page and correct each page links given in href and src attributes one by one. I believe that this is not very practical. Can anyone help ?