Skip to content
/ hyde Public
forked from poole/hyde

A brazen two-column theme for Jekyll.

License

Notifications You must be signed in to change notification settings

aksiksi/hyde

Repository files navigation

Hyde

Hyde is a Jekyll theme with a fluid landscape layout. It's based on Poole, the Jekyll butler.

Hyde screenshot

Installation

Requires Poole

To get started, download Poole. See the usage guidelines for how to install and get up and running with Jekyll and Poole.

Enabling Hyde

Copy over the included files to turn any vanilla Poole site into a Hyde site.

  • Replace _includes/ with the included folder of the same name (will replace _includes/head.html and add _includes/sidebar.html)
  • Replace _layouts/default.html with the included file of the same name
  • Move public/css/hyde.css to public/css/

Then, start up your Jekyll server and go!

Options

Hyde includes some customizable options, typically applied via classes on the <body> element.

Themes

Hyde ships with eight optional themes based on the base16 color scheme. Apply a theme to change the color scheme (mostly applies to sidebar and links).

Hyde in red

There are eight themes available at this time.

Hyde theme classes

To use a theme, add anyone of the available theme classes to the <body> element in the default.html layout, like so:

<body class="theme-base-08">
  ...
</body>

To create your own theme, look to the Themes section of included CSS file. Copy any existing theme (they're only a few lines of CSS), rename it, and change the provided colors.

Reverse layout

Hyde with reverse layout

Hyde's page orientation can be reversed with a single class.

<body class="layout-reverse">
  ...
</body>

Author

Mark Otto https://github.com/mdo https://twitter.com/mdo

License

Open sourced under the MIT license.

<3

About

A brazen two-column theme for Jekyll.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 76.0%
  • HTML 24.0%