Merge branch 'master' of https://github.com/javapathfinder/jpf-core
[jpf-core.git] / docs / _posts / 2014-01-02-introducing-lanyon.md
1 ---
2 layout: post
3 title: Introducing Lanyon
4 ---
5
6 Lanyon is an unassuming [Jekyll](http://jekyllrb.com) theme that places content first by tucking away navigation in a hidden drawer. It's based on [Poole](http://getpoole.com), the Jekyll butler.
7
8 ### Built on Poole
9
10 Poole is the Jekyll Butler, serving as an upstanding and effective foundation for Jekyll themes by [@mdo](https://twitter.com/mdo). Poole, and every theme built on it (like Lanyon here) includes the following:
11
12 * Complete Jekyll setup included (layouts, config, [404](/404), [RSS feed](/atom.xml), posts, and [example page](/about))
13 * Mobile friendly design and development
14 * Easily scalable text and component sizing with `rem` units in the CSS
15 * Support for a wide gamut of HTML elements
16 * Related posts (time-based, because Jekyll) below each post
17 * Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)
18
19 ### Lanyon features
20
21 In addition to the features of Poole, Lanyon adds the following:
22
23 * Toggleable sliding sidebar (built with only CSS) via **☰** link in top corner
24 * Sidebar includes support for textual modules and a dynamically generated navigation with active link support
25 * Two orientations for content and sidebar, default (left sidebar) and [reverse](https://github.com/poole/lanyon#reverse-layout) (right sidebar), available via `<body>` classes
26 * [Eight optional color schemes](https://github.com/poole/lanyon#themes), available via `<body>` classes
27
28 [Head to the readme](https://github.com/poole/lanyon#readme) to learn more.
29
30 ### Browser support
31
32 Lanyon is by preference a forward-thinking project. In addition to the latest versions of Chrome, Safari (mobile and desktop), and Firefox, it is only compatible with Internet Explorer 9 and above.
33
34 ### Download
35
36 Lanyon is developed on and hosted with GitHub. Head to the <a href="https://github.com/poole/lanyon">GitHub repository</a> for downloads, bug reports, and features requests.
37
38 Thanks!