I’m trying to have a header/side bar that is universal between my entire domain.
This is kind of the idea I’m looking for: https://discourse.aurelia.io/
If you notice, the links on the left go to different pages and I want to be able to accomplish something like-so.
I’m not the best at HTML, nor CSS, but given the right path, I will find a way.
There’s a slight illusion here — they didn’t create one nav bar to use universally, they’ve created the nav bar on their site (aurelia.io) and then duplicated it within their Discourse site (https://discourse.aurelia.io/) so it looks identical.
So the steps would be:
Create your main site
Setup Discourse
Create a theme in Discourse to match your main site’s nav
Unfortunately it’s the only way we support, you’ll need to know enough HTML & CSS to recreate your nav in Discourse.
You could potentially go the opposite route (which might be a little simpler) and use a pre-built theme component in Discourse like Brand header theme component… and then match your main site’s nav to Discourse. But then of course if you wanted to customize the look of the nav further than what that theme component contains, you’d need to know some HTML & CSS.