htr3n / hyde-hyde

A cool theme inspired by spf13's Hyde theme
Other
254 stars 208 forks source link

Adding Bootstrap to hyde-hyde #139

Open andymcdgeo opened 3 years ago

andymcdgeo commented 3 years ago

I am loving the theme for my new Hugo website. I am looking to build upon it using Bootstrap to make custom pages. However, when I enable it I have an issue with the sidebar and content.

I have added the required Bootstrap CSS line to partials/custom.html and the JS line to the footer.html file. After doing this the content section now appears under the sidebar. Is there a way to make the content appear to the right of it?

htr3n commented 2 years ago

Hi @andymcdgeo, thanks for your interest. I'm having full-time job at the moment, so I don't really have much time to develop this theme further than my hobby project. Nonetheless, the theme has its own style (S)CSS, I don't think mixing with Bootstrap is easy and straightforward. You might need to replace the theme's styles with Bootstrap and use Bootstrap way to decorate and control the sidebar, content, etc.