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.
I have solved the font rendering issues. Now the only issue is that when clicking tags and categories, it shows `This XML file does not appear to have any style information associated with it. The document tree is shown below.`
Please create a new thread for a new issue.
Check your public/categories/science directory: It does not contain an index.html, only an index.xml. No idea why that is happening.
There has been an overhaul of templating system from version 0.146.
Also the templates for taxonomy and terms in your layouts seem to be otherway around. Taxonomy template should list the terms and the term template should list the posts. In your templates, these functions are reversed.
I suggest the following to fix this issue:
- Interchange the contents of taxonomy.html and terms.html files
- Change the name of terms.html to
term.html
Try this for one taxonomy eg. category and if this works, repeat this for both taxonomies.