output-from-jekyll/2013/12/31/whats-jekyll/index.html

100 lines
3.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!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>
What's Jekyll? &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">What's Jekyll?</h1>
<time datetime="2013-12-31T00:00:00+00:00" class="post-date">31 Dec 2013</time>
<p><a href="http://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/jekyll/jekyll/blob/master/README.markdown">the projects readme</a>:</p>
<blockquote>
<p>Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your projects page or blog right here from GitHub.</p>
</blockquote>
<p>Its an immensely useful tool. Find out more by <a href="https://github.com/jekyll/jekyll">visiting the project on GitHub</a>.</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>