chadbaldwin / simple-blog-bootstrap

This is a template repo you can use to set up a simple blog using GitHub Pages with SSMS Style T-SQL highlighting. Refer to the blog post below for more instructions.
https://chadbaldwin.net/2021/03/14/how-to-build-a-sql-blog.html
92 stars 56 forks source link

relative path error? All image, css and js file not works. #7

Open weizhenhuan opened 8 months ago

weizhenhuan commented 8 months ago

I want to deploy the website to my xxx.github.io/blog, and I have cloned the repo to my blog repo. However, all link points to the root directory. For example, an image with src /img/xxx.jpg is pointed to 'xxx.github.io/img/xxx.jpg', not 'xxx.github.io/blog/img/xxx.jpg'. How to solve it?