halogenica / beautifulhugo

Theme for the Hugo static website generator
Other
1.14k stars 602 forks source link

Thanks so much for the theme, check out my dark version #3

Closed fgimian closed 8 years ago

fgimian commented 8 years ago

Hey there, thanks so much for your work on this theme :smile:

I've further customised the CSS heavily and made a dark theme with Solarized Dark (ported from Octopress) for code blocks.

Thought you might want to give it a quick look: http://fgimian.github.io/

Please note that I'm colourblind, so forgive me if there are any bad colour choices :smile:

Also, is there any easy way to make the width of posts wider? e.g. on a regular post like this one.

Any feedback is welcome Fotis

halogenica commented 8 years ago

Oh cool! Thanks for the link to your customized version of the theme. I especially like the way the code snippet blocks look.

To modify the width, I believe the correct thing to do is modify the CSS classes that look like the following:

So for example to make the content in that link you sent me wider, you probably want to change "col-lg-8" to "col-lg-10" or something larger so it spans more columns, and then adjust the offset/padding accordingly.