LanyonWP-Theme

LanyonWP-Theme

Port of Lanyon Jekyll Theme to WordPress

LanyonWP

LanyonWP is a WordPress theme that is a port of Lanyon, a Jekyll theme that places content first by tucking away navigation in a hidden drawer. It's based on Poole, the Jekyll butler.

Contents

Options

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

Themes

LanyonWP 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).

There are eight themes available at this time.

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

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

Reverse layout

Reverse the page orientation with a single class.

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

Make the sidebar overlap the viewport content with a single class:

<body class="sidebar-overlay">
  ...
</body>

This will keep the content stationary and slide in the sidebar over the side content. It also adds a box-shadow based outline to the toggle for contrast against backgrounds, as well as a box-shadow on the sidebar for depth.

It's also available for a reversed layout when you add both classes:

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

Lanyon Author

Mark Otto

LanyonWP Author

Drew Poland

License

Open sourced under the GPL2 License.

<3