Here is the link to my GitHub Page, and corresponding blog. I think because of the change in baseURL the relative paths change when it is deployed on GitHub, and that’s why the fonts are rendered. But so far I am unable to resolve it. Also, clicking categories, and tags when on home page shows `This XML file does not appear to have any style information associated with it. The document tree is shown below.`. Please help me. I tried but nothing is working.
None of your CSS files gets loaded because they don’t exist where your browser is looking for them, for example https://vishalduniya.github.io/curioage/css/smigle.css
You should check where in your public directory the css files are stored and then adjust your partials accordingly.