Page links and css doesn't work on generated site
IllustratedMan-code opened this issue · 5 comments
IllustratedMan-code commented
Note that an issue which does not follow the template will be closed silently.
Describe the bug
Css and most page links do not work on generated site. My Site, The Repo. Testing the table of contents links results in 404 errors. The css is obviously not being loaded.
To Reproduce
Steps to reproduce the behavior:
- Copied sample .yml file, and committed it to the main branch
- Github action runs successfully
- Went to site
Expected behavior
The CSS from the hugo theme Docport would be loaded correctly, and the page links would work as expected.
Screenshots
Your YAML file
Additional context
Add any other context about the problem here.
peaceiris commented
Why don't you change the baseURL
?
baseURL = "https://illustratedman-code.github.io/GuideToCS/"
IllustratedMan-code commented
I changed it (in the config file), and nothing seemed to happen.
peaceiris commented
IllustratedMan-code commented
I see it now. Thanks for dealing with me!
github-actions commented