academicpages / academicpages.github.io

Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
https://academicpages.github.io
MIT License
11.59k stars 41.7k forks source link

Broken template and links #2182

Closed Jvogie closed 3 months ago

Jvogie commented 3 months ago

I forked the repo and have edited the navigation.yml and config.yml files but when I go to the deployed website none of my links work and the website looks like the picture below. Any solution for this? error screenshot

rjzupkoii commented 3 months ago

This looks like a style sheet wasn't loaded by your web browser and can happen to an error in the configuration that prevents it from building correctly. Can you link to the repository that you are deploying from? Also, what web browser are you using to view the site?

Jvogie commented 3 months ago

I am using firefox. Here is the link to the repository https://github.com/Jvogie/website. Thanks for the help

rjzupkoii commented 3 months ago

It looks like there might be a misconfiguration in the _config.yml - where are you deploying the website to?

Jvogie commented 3 months ago

I am just using github pages to deploy to https://jvogie.github.io/website/

rjzupkoii commented 3 months ago

That's likely the problem since the template is fairly strict about pathing due to how GitHub Pages works - if you update GitHub Pages to deploy to jvogie.github.io then it should work.