dhulihan / hooligan

A low-lit fully responsive theme for Jekyll-Bootstrap.
http://themes.jekyllbootstrap.com/preview/hooligan/
138 stars 43 forks source link

Sidebar #23

Open hkopp opened 8 years ago

hkopp commented 8 years ago

Is there a possibility to add a sidebar? Grepping through the code yielded

assets/themes/hooligan/css/style.css:div.sidebar section { assets/themes/hooligan/css/style.css:div.sidebar section img.icon { _site/assets/themes/hooligan/css/style.css:div.sidebar section { _site/assets/themes/hooligan/css/style.css:div.sidebar section img.icon {

But I have not found out how to use this. This may be due to my limited knowledge of HTML. I tried <div class="div.sidebar"> blabla </div> as well as some similar stuff.

MikeRalphson commented 8 years ago

@hkopp Have you tried just <div class="sidebar">blah<div> ? The div. part is the CSS selector.

hkopp commented 8 years ago

I tested it just now and it writes the text "blah" at the bottom of the page. I also tried <div class="sidebar">blah</div> since I think the div needs to be closed, but that yields the same result. Unfortunately no sidebar.