Adapt the generator to have the main website's nav - #95
Conversation
(Fixes codemeta/codemeta.github.io#84) This required more than just copying over the menu. Since the navigation is a product of the material-kit theme and bootstrap proper, this adaptation uses parent site assets to match the parent menu, including the responsive behavior and dark/light modes. These are explicitly linked to avoid having the assets duplicated Some assets are linked in via CDN as done in the parent site. Licence headers in codemeta.css file updated to reflect the more recent bootstrap features used.
| </script> | ||
| </head> | ||
| <body> | ||
| <body class="profile-page sidebar-collapse"> |
There was a problem hiding this comment.
Could you add a comment to mention this is copied from the main website?
There was a problem hiding this comment.
I don't know if i double checked those were actually necessary. Double checking now.
There was a problem hiding this comment.
I don't know if i double checked those were actually necessary. Double checking now.
It's not, thanks for asking. Nor was the footer style needed; leftovers from earlier attempts to not include all of the parent assets. I'll comment-wrap the navigation block itself.
Checking also made me realize that the font-awesome CDN link was for the main site footer, which isn't replicated on the generator. If it's decided it should be that can be opened as another issue.
|
There is a temporary demo currently available at https://codemeta-generator.opinions.monster |
d3eed55 to
30380d9
Compare
(Fixes codemeta/codemeta.github.io#84)
This required more than just copying over the menu. Since the navigation is a product of the material-kit theme and bootstrap proper, this adaptation uses parent site assets to match the parent menu, including the responsive behavior and dark/light modes. These are explicitly linked to avoid having the assets duplicated. Some assets are linked in via CDN as done in the parent site.
Licence headers in codemeta.css file updated to reflect the more recent bootstrap features used.