I have installed jekyll as well as created a post locally. I pushed my commits to the master branch & created an orphan branch gh-pages which has no commits.
In my _config.yml
, the base url code is this,
baseurl: "https://githubusername.github.io/blog"
with blog being my repo.
I added <link rel="stylesheet" href="css/main.scss">
to default.html.
Whenenver I load this link, https://githubusername.github.io/blog the site doesn't render properly.See Image
What could be my problem/error? Thanks in advance.