Skip to content
Discussion options

You must be logged in to vote

Hello @mtillman14,
you can always check the source of the website using the view-source: prefix: view-source:https://researchos.github.io/ResearchOS/
or use the developer tools in your browser to see the accessed links to css etc.

The CSS link on the https://researchos.github.io/ResearchOS/ page points to: https://researchos.github.io/assets/stylesheets/main.7e359304.min.css and it returns 404

The ResearchOS part is removed, so your mkdocs.yml file lacks a properly configured site_url setting:
https://www.mkdocs.org/user-guide/configuration/#site_url

Set it to https://researchos.github.io/ResearchOS/ and see if all issues will be fixed, I didn't investigate past the CSS part ✌️

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@squidfunk
Comment options

@mtillman14
Comment options

Answer selected by mtillman14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants