output-from-jekyll/2014/01/02/introducing-poole/index.html

132 lines
4.5 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="http://gmpg.org/xfn/11" rel="profile">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Introducing Poole &middot; Mr. Rogbeer is from Mauritius but not ~rogbeer
</title>
<!-- CSS -->
<link rel="stylesheet" href="/~rogbeer/styles.css">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/~rogbeer/public/apple-touch-icon-precomposed.png">
<link rel="shortcut icon" href="/~rogbeer/public/favicon.ico">
<!-- RSS -->
<link rel="alternate" type="application/atom+xml" title="Mr. Rogbeer is from Mauritius but not ~rogbeer" href="/~rogbeer/atom.xml">
</head>
<body>
<div class="container content">
<header class="masthead">
<h3 class="masthead-title">
<a href="/~rogbeer/" title="Home">Mr. Rogbeer is from Mauritius but not ~rogbeer</a>
<small>What are you doing with your sack of flesh? That's the question</small>
</h3>
</header>
<main>
<article class="post">
<h1 class="post-title">Introducing Poole</h1>
<time datetime="2014-01-02T00:00:00+00:00" class="post-date">02 Jan 2014</time>
<p><em>The Strange Case of Dr. Jekyll and Mr. Hyde</em> tells the story of a lawyer investigating the connection of two persons, Dr. Henry Jekyll and Mr. Edward Hyde. Chief among the novels supporting cast is a man by the name of Mr. Poole, Dr. Jekylls loyal butler.</p>
<hr />
<p>Poole is the butler for <a href="http://jekyllrb.com">Jekyll</a>, the static site generator. Its designed and developed by <a href="https://twitter.com/mdo">@mdo</a> to provide a clear and concise foundational setup for any Jekyll site. It does so by furnishing a full vanilla Jekyll install with example templates, pages, posts, and styles.</p>
<p>There are currently two themes built on Poole:</p>
<ul>
<li><a href="http://hyde.getpoole.com">Hyde</a></li>
<li><a href="http://lanyon.getpoole.com">Lanyon</a></li>
</ul>
<p>Learn more and contribute on <a href="https://github.com/poole">GitHub</a>.</p>
<h3 id="whats-included">Whats included</h3>
<p>Poole is a streamlined Jekyll site designed and built as a foundation for building more meaningful themes. Poole, and every theme built on it, includes the following:</p>
<ul>
<li>Complete Jekyll setup included (layouts, config, <a href="/~rogbeer/404.html">404</a>, <a href="/~rogbeer/atom.xml">RSS feed</a>, posts, and <a href="/~rogbeer/about">example page</a>)</li>
<li>Mobile friendly design and development</li>
<li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li>
<li>Support for a wide gamut of HTML elements</li>
<li>Related posts (time-based, because Jekyll) below each post</li>
<li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li>
</ul>
<p>Additional features are available in individual themes.</p>
<h3 id="browser-support">Browser support</h3>
<p>Poole and its themes are 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.</p>
<h3 id="download">Download</h3>
<p>Poole is developed on and hosted with GitHub. Head to the <a href="https://github.com/poole/poole">GitHub repository</a> for downloads, bug reports, and features requests.</p>
<p>Thanks!</p>
</article>
<aside class="related">
<h2>Related Posts</h2>
<ul class="related-posts">
<li>
<h3>
<a href="/~rogbeer/2018/03/19/night/">
Night
<small><time datetime="2018-03-19T00:00:00+00:00">19 Mar 2018</time></small>
</a>
</h3>
</li>
<li>
<h3>
<a href="/~rogbeer/2018/03/15/sunny/">
<small><time datetime="2018-03-15T00:00:00+00:00">15 Mar 2018</time></small>
</a>
</h3>
</li>
<li>
<h3>
<a href="/~rogbeer/2016/11/10/rainy/">
Rainy
<small><time datetime="2016-11-10T00:00:00+00:00">10 Nov 2016</time></small>
</a>
</h3>
</li>
</ul>
</aside>
</main>
<footer class="footer">
<small>
&copy; <time datetime="2018-10-02T06:38:29+00:00">2018</time>. All rights reserved.
</small>
</footer>
</div>
</body>
</html>