Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A brazen two-column Jekyll theme with a prominent sidebar, built on Poole.
Hyde is a two-column Jekyll theme that pairs a prominent sidebar with uncomplicated content, built on the Poole starter kit and maintained by Mark Otto.
Hyde is a free, open-source theme for Jekyll, the static site generator, that provides a two-column layout: a persistent sidebar on the left and a content area on the right. It takes standard Jekyll content pages and renders them with an HTML layout defined by the theme's templates and CSS. The theme is built on top of Poole, a Jekyll setup that already includes the basic pages and styles, so you download it, add your content in Markdown or HTML, and run the Jekyll server. Mark Otto, the creator of Bootstrap, authored Hyde and open-sourced it under the MIT license; the repository has gathered more than 3,700 GitHub stars.
page layout in front matter to create a list of navigation links in the sidebar; the theme automatically excludes index.html so the first link is always Home..sidebar-sticky class; removing this class makes the content flow naturally from top to bottom.theme-base-08 to the body element in default.html.layout-reverse class to the body element to flip the sidebar and content areas horizontally.public/css/hyde.css; copy an existing theme, rename it, and change the colors to create your own.Hyde is a Jekyll theme built on Poole, so you first install Jekyll and download the Hyde repository. Write content in Markdown with YAML front matter, assign the page layout to pages that should appear in the sidebar, and run the Jekyll server to preview the site locally. The theme processes your content through Jekyll's Liquid templates and outputs a static site ready to deploy anywhere.
Yes, Hyde is open-sourced under the MIT license, so it is free to use for both personal and commercial projects. You can also modify it and redistribute it.
The easiest way is to follow the Poole usage guidelines, which explain how to get a Jekyll site running. Hyde is built on Poole, so you can download or clone the Hyde repository and start the Jekyll server to see the theme in action.
Yes. The themes are defined in the included CSS file public/css/hyde.css. Copy an existing theme, rename it, change the colors, and apply your new class to the body element.
The reverse layout swaps the sidebar and content columns horizontally. Add the layout-reverse class to the body element in default.html to flip the orientation.
