Replies: 1 comment 2 replies
-
That’s hard to say without knowing the contents of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently working on this site (https://xournalpp.github.io/, https://github.com/xournalpp/xournalpp.github.io/) and I'm trying to make an override for the installation page. The site currently already has an override for the home page. Both of these attempts follow this guide (#1996 (comment)). It works perfectly fine with the home page, but I'm having issues with the installation page.
This is the
mkdocs.yml
:This is how the directories are currently structured:

This is
docs/index.md
, the home page that already uses an override that is working perfectly fine.This is
docs/installation/index.md
, the installation page that is currently borked.The installation page currently looks like this:

As you can see, it seems that the markdown file successfully links to the HTML, but the HTML seems to be blind to the CSS that is in the same directory (and yes I've linked the CSS in the HTML). What is even weirder is the fact that the table of content somehow appears. When I made overrides for the home page, it didn't do this.
Is there something that I did wrong or is there a bug on MkDocs (or the theme) part?
Beta Was this translation helpful? Give feedback.
All reactions