Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRory Gibson <rg.rorygibson@gmail.com>2013-09-19 17:22:07 +0400
committerRory Gibson <rg.rorygibson@gmail.com>2013-09-19 17:22:07 +0400
commitad71cf4de40709f22c82b616830e9d9aaf871b97 (patch)
treee5717a38cf887b611d2220c2174292f393c15b96
parentec7e4f1dbe2a3aa5f7f387849f5505e239d93a5f (diff)
Added all pages
-rw-r--r--beware-the-leopard.htm113
-rw-r--r--coffee.htm113
-rw-r--r--giant-sloth-attacks-nyc.htm113
-rw-r--r--index.html6
-rw-r--r--introducing-ghostwriter.htm113
-rw-r--r--markdown-is-great.htm113
-rw-r--r--page/2.htm159
-rw-r--r--post-titles-are-hard.htm113
-rw-r--r--some-more-nonsense.htm113
-rw-r--r--stuff-things.htm113
-rw-r--r--the-northampton-clown.htm113
-rw-r--r--welcome-to-ghost.htm120
12 files changed, 1299 insertions, 3 deletions
diff --git a/beware-the-leopard.htm b/beware-the-leopard.htm
new file mode 100644
index 0000000..06d4e04
--- /dev/null
+++ b/beware-the-leopard.htm
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html>
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+
+ <title>Ghostwriter</title>
+ <meta name="description" content="A clean and tidy AJAX driven theme for Ghost." />
+
+ <meta name="HandheldFriendly" content="True" />
+ <meta name="MobileOptimized" content="320" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+
+ <link rel="stylesheet" type="text/css" href="assets/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/nprogress.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/style.css" />
+ <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300" />
+
+
+ <meta name="generator" content="Ghost 0.2.2-46" />
+<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/">
+</head>
+<body class="home-template" style="" screen_capture_injected="true">
+
+ <header class="site-header">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square js-ajax-link js-show-index" href="http://roryg.github.io/ghostwriter/"><span class="icon icon-menu"></span></a>
+ </div>
+ </div>
+ </header>
+
+ <div id="wrapper">
+ <div id="ajax-container" style="display: block;"><div id="ajax-container">
+
+
+<div class="container">
+
+ <article class="post">
+ <header class="post-header">
+ <h1 class="post-title">Beware The Leopard</h1>
+
+ <p class="post-date"><time datetime="Thu Sep 19 2013 11:50:30 GMT+0000 (UTC)">Published September 19th 2013</time></p>
+ </header>
+
+ <div class="post-content">
+ <h3 id="anexcitingheading">An Exciting Heading!</h3>
+
+<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.</p>
+
+<blockquote>
+ <p>I have to go, but if I find one dog hair when I come back I'll rub sand into your dead little eyes. I also need you to buy sand. I don't know if they grade it, but ... coarse.</p>
+</blockquote>
+
+<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
+
+<h3 id="anunorderedlist">An Unordered List</h3>
+
+<ul>
+<li>Neque porro quisquam est, qui dolorem ipsum.</li>
+<li>Quia dolor sit amet, consectetur, adipisci velit</li>
+<li>Sed quia non numquam eius. </li>
+<li>Modi tempora incidunt ut labore et dolore.</li>
+<li>Magnam aliquam quaerat voluptatem.</li>
+</ul>
+
+<h3 id="abitofcode">A Bit of Code</h3>
+
+<pre><code>var someVariable = 10;
+
+for (var i = 0; i &lt; someVariable; i++) {
+ if (i === 3) {
+ return 'derp';
+ }
+}
+</code></pre>
+
+<h3 id="onelastparagraph">One Last Paragraph</h3>
+
+<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
+ </div>
+ </article>
+
+</div>
+ </div></div>
+ </div>
+
+ <footer class="footer">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square button-jump-top js-jump-top" href="http://roryg.github.io/ghostwriter/beware-the-leopard#"><span class="icon icon-up"></span></a>
+ </div>
+
+ <p class="footer-copyright">© 2013 / Powered by <a href="http://tryghost.org/">Ghost</a> / Built by <a href="">JollyGoodThemes</a></p>
+ </div>
+ </footer>
+
+
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+
+ <script type="text/javascript" src="assets/js/jquery.history.js"></script>
+ <script type="text/javascript" src="assets/js/nprogress.js"></script>
+ <script type="text/javascript" src="assets/js/scripts.js"></script>
+
+
+</body></html> \ No newline at end of file
diff --git a/coffee.htm b/coffee.htm
new file mode 100644
index 0000000..440e156
--- /dev/null
+++ b/coffee.htm
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html>
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+
+ <title>Ghostwriter</title>
+ <meta name="description" content="A clean and tidy AJAX driven theme for Ghost." />
+
+ <meta name="HandheldFriendly" content="True" />
+ <meta name="MobileOptimized" content="320" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+
+ <link rel="stylesheet" type="text/css" href="assets/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/nprogress.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/style.css" />
+ <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300" />
+
+
+ <meta name="generator" content="Ghost 0.2.2-46" />
+<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/">
+</head>
+<body class="home-template" style="" screen_capture_injected="true">
+
+ <header class="site-header">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square js-ajax-link js-show-index" href="http://roryg.github.io/ghostwriter/"><span class="icon icon-menu"></span></a>
+ </div>
+ </div>
+ </header>
+
+ <div id="wrapper">
+ <div id="ajax-container" style="display: block;"><div id="ajax-container">
+
+
+<div class="container">
+
+ <article class="post">
+ <header class="post-header">
+ <h1 class="post-title">Coffee</h1>
+
+ <p class="post-date"><time datetime="Thu Sep 19 2013 11:54:25 GMT+0000 (UTC)">Published September 19th 2013</time></p>
+ </header>
+
+ <div class="post-content">
+ <h3 id="anexcitingheading">An Exciting Heading!</h3>
+
+<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.</p>
+
+<blockquote>
+ <p>I have to go, but if I find one dog hair when I come back I'll rub sand into your dead little eyes. I also need you to buy sand. I don't know if they grade it, but ... coarse.</p>
+</blockquote>
+
+<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
+
+<h3 id="anunorderedlist">An Unordered List</h3>
+
+<ul>
+<li>Neque porro quisquam est, qui dolorem ipsum.</li>
+<li>Quia dolor sit amet, consectetur, adipisci velit</li>
+<li>Sed quia non numquam eius. </li>
+<li>Modi tempora incidunt ut labore et dolore.</li>
+<li>Magnam aliquam quaerat voluptatem.</li>
+</ul>
+
+<h3 id="abitofcode">A Bit of Code</h3>
+
+<pre><code>var someVariable = 10;
+
+for (var i = 0; i &lt; someVariable; i++) {
+ if (i === 3) {
+ return 'derp';
+ }
+}
+</code></pre>
+
+<h3 id="onelastparagraph">One Last Paragraph</h3>
+
+<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
+ </div>
+ </article>
+
+</div>
+ </div></div>
+ </div>
+
+ <footer class="footer">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square button-jump-top js-jump-top" href="http://roryg.github.io/ghostwriter/coffee#"><span class="icon icon-up"></span></a>
+ </div>
+
+ <p class="footer-copyright">© 2013 / Powered by <a href="http://tryghost.org/">Ghost</a> / Built by <a href="">JollyGoodThemes</a></p>
+ </div>
+ </footer>
+
+
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+
+ <script type="text/javascript" src="assets/js/jquery.history.js"></script>
+ <script type="text/javascript" src="assets/js/nprogress.js"></script>
+ <script type="text/javascript" src="assets/js/scripts.js"></script>
+
+
+</body></html> \ No newline at end of file
diff --git a/giant-sloth-attacks-nyc.htm b/giant-sloth-attacks-nyc.htm
new file mode 100644
index 0000000..b4f4a17
--- /dev/null
+++ b/giant-sloth-attacks-nyc.htm
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html>
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+
+ <title>Ghostwriter</title>
+ <meta name="description" content="A clean and tidy AJAX driven theme for Ghost." />
+
+ <meta name="HandheldFriendly" content="True" />
+ <meta name="MobileOptimized" content="320" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+
+ <link rel="stylesheet" type="text/css" href="assets/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/nprogress.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/style.css" />
+ <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300" />
+
+
+ <meta name="generator" content="Ghost 0.2.2-46" />
+<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/">
+</head>
+<body class="home-template" style="" screen_capture_injected="true">
+
+ <header class="site-header">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square js-ajax-link js-show-index" href="http://roryg.github.io/ghostwriter/"><span class="icon icon-menu"></span></a>
+ </div>
+ </div>
+ </header>
+
+ <div id="wrapper">
+ <div id="ajax-container" style="display: block;"><div id="ajax-container">
+
+
+<div class="container">
+
+ <article class="post">
+ <header class="post-header">
+ <h1 class="post-title">Giant Sloth Attacks NYC</h1>
+
+ <p class="post-date"><time datetime="Thu Sep 19 2013 11:53:54 GMT+0000 (UTC)">Published September 19th 2013</time></p>
+ </header>
+
+ <div class="post-content">
+ <h3 id="anexcitingheading">An Exciting Heading!</h3>
+
+<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.</p>
+
+<blockquote>
+ <p>I have to go, but if I find one dog hair when I come back I'll rub sand into your dead little eyes. I also need you to buy sand. I don't know if they grade it, but ... coarse.</p>
+</blockquote>
+
+<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
+
+<h3 id="anunorderedlist">An Unordered List</h3>
+
+<ul>
+<li>Neque porro quisquam est, qui dolorem ipsum.</li>
+<li>Quia dolor sit amet, consectetur, adipisci velit</li>
+<li>Sed quia non numquam eius. </li>
+<li>Modi tempora incidunt ut labore et dolore.</li>
+<li>Magnam aliquam quaerat voluptatem.</li>
+</ul>
+
+<h3 id="abitofcode">A Bit of Code</h3>
+
+<pre><code>var someVariable = 10;
+
+for (var i = 0; i &lt; someVariable; i++) {
+ if (i === 3) {
+ return 'derp';
+ }
+}
+</code></pre>
+
+<h3 id="onelastparagraph">One Last Paragraph</h3>
+
+<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
+ </div>
+ </article>
+
+</div>
+ </div></div>
+ </div>
+
+ <footer class="footer">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square button-jump-top js-jump-top" href="http://roryg.github.io/ghostwriter/giant-sloth-attacks-nyc#"><span class="icon icon-up"></span></a>
+ </div>
+
+ <p class="footer-copyright">© 2013 / Powered by <a href="http://tryghost.org/">Ghost</a> / Built by <a href="">JollyGoodThemes</a></p>
+ </div>
+ </footer>
+
+
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+
+ <script type="text/javascript" src="assets/js/jquery.history.js"></script>
+ <script type="text/javascript" src="assets/js/nprogress.js"></script>
+ <script type="text/javascript" src="assets/js/scripts.js"></script>
+
+
+</body></html> \ No newline at end of file
diff --git a/index.html b/index.html
index 5b15228..6f4edc3 100644
--- a/index.html
+++ b/index.html
@@ -28,9 +28,9 @@
<header class="site-header">
<div class="container">
<div class="site-title-wrapper">
- <h1 class="site-title"><a class="js-ajax-link" href="http://192.168.50.4:2368">Ghostwriter</a></h1>
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter">Ghostwriter</a></h1>
- <a class="button-square js-ajax-link js-show-index" href="http://192.168.50.4:2368"><span class="icon icon-menu"></span></a>
+ <a class="button-square js-ajax-link js-show-index" href="http://roryg.github.io/ghostwriter"><span class="icon icon-menu"></span></a>
</div>
</div>
</header>
@@ -155,7 +155,7 @@ for (var i = 0; i &lt; someVariable; i++) {
<footer class="footer">
<div class="container">
<div class="site-title-wrapper">
- <h1 class="site-title"><a class="js-ajax-link" href="http://192.168.50.4:2368">Ghostwriter</a></h1>
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter">Ghostwriter</a></h1>
<a class="button-square button-jump-top js-jump-top" href="#"><span class="icon icon-up"></span></a>
</div>
diff --git a/introducing-ghostwriter.htm b/introducing-ghostwriter.htm
new file mode 100644
index 0000000..b3b62e1
--- /dev/null
+++ b/introducing-ghostwriter.htm
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html>
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+
+ <title>Ghostwriter</title>
+ <meta name="description" content="A clean and tidy AJAX driven theme for Ghost." />
+
+ <meta name="HandheldFriendly" content="True" />
+ <meta name="MobileOptimized" content="320" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+
+ <link rel="stylesheet" type="text/css" href="assets/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/nprogress.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/style.css" />
+ <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300" />
+
+
+ <meta name="generator" content="Ghost 0.2.2-46" />
+<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/">
+</head>
+<body class="home-template" style="" screen_capture_injected="true">
+
+ <header class="site-header">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square js-ajax-link js-show-index" href="http://roryg.github.io/ghostwriter/"><span class="icon icon-menu"></span></a>
+ </div>
+ </div>
+ </header>
+
+ <div id="wrapper">
+ <div id="ajax-container" style="display: block;"><div id="ajax-container">
+
+
+<div class="container">
+
+ <article class="post">
+ <header class="post-header">
+ <h1 class="post-title">Introducing Ghostwriter</h1>
+
+ <p class="post-date"><time datetime="Thu Sep 19 2013 11:58:31 GMT+0000 (UTC)">Published September 19th 2013</time></p>
+ </header>
+
+ <div class="post-content">
+ <h3 id="anajaxdriventhemeforghost">An AJAX Driven Theme For Ghost</h3>
+
+<p>Ghostwriter is a simple AJAX driven theme for Ghost. It's free, open source and available on <a href="https://github.com/roryg/ghostwriter">github</a>. You can <a href="https://github.com/roryg/ghostwriter/archive/master.zip">download Ghostwriter here</a>. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.</p>
+
+<blockquote>
+ <p>I have to go, but if I find one dog hair when I come back I'll rub sand into your dead little eyes. I also need you to buy sand. I don't know if they grade it, but ... coarse.</p>
+</blockquote>
+
+<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
+
+<h3 id="anunorderedlist">An Unordered List</h3>
+
+<ul>
+<li>Neque porro quisquam est, qui dolorem ipsum.</li>
+<li>Quia dolor sit amet, consectetur, adipisci velit</li>
+<li>Sed quia non numquam eius. </li>
+<li>Modi tempora incidunt ut labore et dolore.</li>
+<li>Magnam aliquam quaerat voluptatem.</li>
+</ul>
+
+<h3 id="abitofcode">A Bit of Code</h3>
+
+<pre><code>var someVariable = 10;
+
+for (var i = 0; i &lt; someVariable; i++) {
+ if (i === 3) {
+ return 'derp';
+ }
+}
+</code></pre>
+
+<h3 id="onelastparagraph">One Last Paragraph</h3>
+
+<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
+ </div>
+ </article>
+
+</div>
+ </div></div>
+ </div>
+
+ <footer class="footer">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square button-jump-top js-jump-top" href="http://roryg.github.io/ghostwriter/introducing-ghostwriter#"><span class="icon icon-up"></span></a>
+ </div>
+
+ <p class="footer-copyright">© 2013 / Powered by <a href="http://tryghost.org/">Ghost</a> / Built by <a href="">JollyGoodThemes</a></p>
+ </div>
+ </footer>
+
+
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+
+ <script type="text/javascript" src="assets/js/jquery.history.js"></script>
+ <script type="text/javascript" src="assets/js/nprogress.js"></script>
+ <script type="text/javascript" src="assets/js/scripts.js"></script>
+
+
+</body></html> \ No newline at end of file
diff --git a/markdown-is-great.htm b/markdown-is-great.htm
new file mode 100644
index 0000000..66770ba
--- /dev/null
+++ b/markdown-is-great.htm
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html>
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+
+ <title>Ghostwriter</title>
+ <meta name="description" content="A clean and tidy AJAX driven theme for Ghost." />
+
+ <meta name="HandheldFriendly" content="True" />
+ <meta name="MobileOptimized" content="320" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+
+ <link rel="stylesheet" type="text/css" href="assets/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/nprogress.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/style.css" />
+ <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300" />
+
+
+ <meta name="generator" content="Ghost 0.2.2-46" />
+<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/">
+</head>
+<body class="home-template" style="" screen_capture_injected="true">
+
+ <header class="site-header">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square js-ajax-link js-show-index" href="http://roryg.github.io/ghostwriter/"><span class="icon icon-menu"></span></a>
+ </div>
+ </div>
+ </header>
+
+ <div id="wrapper">
+ <div id="ajax-container" style="display: block;"><div id="ajax-container">
+
+
+<div class="container">
+
+ <article class="post">
+ <header class="post-header">
+ <h1 class="post-title">Markdown Is Great</h1>
+
+ <p class="post-date"><time datetime="Thu Sep 19 2013 11:54:38 GMT+0000 (UTC)">Published September 19th 2013</time></p>
+ </header>
+
+ <div class="post-content">
+ <h3 id="anexcitingheading">An Exciting Heading!</h3>
+
+<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.</p>
+
+<blockquote>
+ <p>I have to go, but if I find one dog hair when I come back I'll rub sand into your dead little eyes. I also need you to buy sand. I don't know if they grade it, but ... coarse.</p>
+</blockquote>
+
+<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
+
+<h3 id="anunorderedlist">An Unordered List</h3>
+
+<ul>
+<li>Neque porro quisquam est, qui dolorem ipsum.</li>
+<li>Quia dolor sit amet, consectetur, adipisci velit</li>
+<li>Sed quia non numquam eius. </li>
+<li>Modi tempora incidunt ut labore et dolore.</li>
+<li>Magnam aliquam quaerat voluptatem.</li>
+</ul>
+
+<h3 id="abitofcode">A Bit of Code</h3>
+
+<pre><code>var someVariable = 10;
+
+for (var i = 0; i &lt; someVariable; i++) {
+ if (i === 3) {
+ return 'derp';
+ }
+}
+</code></pre>
+
+<h3 id="onelastparagraph">One Last Paragraph</h3>
+
+<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
+ </div>
+ </article>
+
+</div>
+ </div></div>
+ </div>
+
+ <footer class="footer">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square button-jump-top js-jump-top" href="http://roryg.github.io/ghostwriter/markdown-is-great#"><span class="icon icon-up"></span></a>
+ </div>
+
+ <p class="footer-copyright">© 2013 / Powered by <a href="http://tryghost.org/">Ghost</a> / Built by <a href="">JollyGoodThemes</a></p>
+ </div>
+ </footer>
+
+
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+
+ <script type="text/javascript" src="assets/js/jquery.history.js"></script>
+ <script type="text/javascript" src="assets/js/nprogress.js"></script>
+ <script type="text/javascript" src="assets/js/scripts.js"></script>
+
+
+</body></html> \ No newline at end of file
diff --git a/page/2.htm b/page/2.htm
new file mode 100644
index 0000000..7d9291d
--- /dev/null
+++ b/page/2.htm
@@ -0,0 +1,159 @@
+<!DOCTYPE html>
+<html>
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+
+ <title>Ghostwriter</title>
+ <meta name="description" content="A clean and tidy AJAX driven theme for Ghost." />
+
+ <meta name="HandheldFriendly" content="True" />
+ <meta name="MobileOptimized" content="320" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+
+ <link rel="stylesheet" type="text/css" href="assets/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/nprogress.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/style.css" />
+ <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300" />
+
+
+ <meta name="generator" content="Ghost 0.2.2-46" />
+<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/">
+</head>
+<body class="home-template" style="" screen_capture_injected="true">
+
+ <header class="site-header">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square js-ajax-link js-show-index" href="http://roryg.github.io/ghostwriter/"><span class="icon icon-menu"></span></a>
+ </div>
+ </div>
+ </header>
+
+ <div id="wrapper">
+ <div id="ajax-container" style="display: block;"><div id="ajax-container">
+
+
+<div id="latest-post" class="container" style="display: none;">
+ <article class="post">
+ <header class="post-header">
+ <h1 class="post-title">The Northampton Clown</h1>
+
+ <p class="post-date"><time datetime="Thu Sep 19 2013 11:52:19 GMT+0000 (UTC)">Published September 19th 2013</time></p>
+ </header>
+
+ <div class="post-content">
+ <h3 id="anexcitingheading">An Exciting Heading!</h3>
+
+<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.</p>
+
+<blockquote>
+ <p>I have to go, but if I find one dog hair when I come back I'll rub sand into your dead little eyes. I also need you to buy sand. I don't know if they grade it, but ... coarse.</p>
+</blockquote>
+
+<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
+
+<h3 id="anunorderedlist">An Unordered List</h3>
+
+<ul>
+<li>Neque porro quisquam est, qui dolorem ipsum.</li>
+<li>Quia dolor sit amet, consectetur, adipisci velit</li>
+<li>Sed quia non numquam eius. </li>
+<li>Modi tempora incidunt ut labore et dolore.</li>
+<li>Magnam aliquam quaerat voluptatem.</li>
+</ul>
+
+<h3 id="abitofcode">A Bit of Code</h3>
+
+<pre><code>var someVariable = 10;
+
+for (var i = 0; i &lt; someVariable; i++) {
+ if (i === 3) {
+ return 'derp';
+ }
+}
+</code></pre>
+
+<h3 id="onelastparagraph">One Last Paragraph</h3>
+
+<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
+ </div>
+ </article>
+</div>
+
+<div id="post-index" class="container">
+ <ol class="post-list">
+
+ <li class="post-stub">
+ <a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/the-northampton-clown">
+ <h4 class="post-stub-title">The Northampton Clown</h4>
+
+ <time class="post-stub-date" datetime="Thu Sep 19 2013 11:52:19 GMT+0000 (UTC)">Published September 19th 2013</time>
+ </a>
+ </li>
+
+ <li class="post-stub">
+ <a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/beware-the-leopard">
+ <h4 class="post-stub-title">Beware The Leopard</h4>
+
+ <time class="post-stub-date" datetime="Thu Sep 19 2013 11:50:30 GMT+0000 (UTC)">Published September 19th 2013</time>
+ </a>
+ </li>
+
+ <li class="post-stub">
+ <a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/stuff-things">
+ <h4 class="post-stub-title">Stuff &amp; Things</h4>
+
+ <time class="post-stub-date" datetime="Thu Sep 19 2013 11:46:00 GMT+0000 (UTC)">Published September 19th 2013</time>
+ </a>
+ </li>
+
+ <li class="post-stub">
+ <a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/welcome-to-ghost">
+ <h4 class="post-stub-title">Welcome to Ghost</h4>
+
+ <time class="post-stub-date" datetime="Thu Jul 11 2013 21:41:35 GMT+0000 (UTC)">Published July 11th 2013</time>
+ </a>
+ </li>
+
+ </ol>
+
+ <div class="post-navigation">
+ <nav class="pagination" role="pagination">
+
+ <a class="newer-posts" href="http://roryg.github.io/ghostwriter/">← Newer Posts</a>
+
+ <span class="page-number">Page 2 of 2</span>
+
+</nav>
+ </div>
+</div>
+ </div></div>
+ </div>
+
+ <footer class="footer">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square button-jump-top js-jump-top" href="http://roryg.github.io/ghostwriter/page/2"><span class="icon icon-up"></span></a>
+ </div>
+
+ <p class="footer-copyright">© 2013 / Powered by <a href="http://tryghost.org/">Ghost</a> / Built by <a href="">JollyGoodThemes</a></p>
+ </div>
+ </footer>
+
+
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+
+ <script type="text/javascript" src="assets/js/jquery.history.js"></script>
+ <script type="text/javascript" src="assets/js/nprogress.js"></script>
+ <script type="text/javascript" src="assets/js/scripts.js"></script>
+
+
+</body></html> \ No newline at end of file
diff --git a/post-titles-are-hard.htm b/post-titles-are-hard.htm
new file mode 100644
index 0000000..002ada0
--- /dev/null
+++ b/post-titles-are-hard.htm
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html>
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+
+ <title>Ghostwriter</title>
+ <meta name="description" content="A clean and tidy AJAX driven theme for Ghost." />
+
+ <meta name="HandheldFriendly" content="True" />
+ <meta name="MobileOptimized" content="320" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+
+ <link rel="stylesheet" type="text/css" href="assets/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/nprogress.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/style.css" />
+ <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300" />
+
+
+ <meta name="generator" content="Ghost 0.2.2-46" />
+<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/">
+</head>
+<body class="home-template" style="" screen_capture_injected="true">
+
+ <header class="site-header">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square js-ajax-link js-show-index" href="http://roryg.github.io/ghostwriter/"><span class="icon icon-menu"></span></a>
+ </div>
+ </div>
+ </header>
+
+ <div id="wrapper">
+ <div id="ajax-container" style="display: block;"><div id="ajax-container">
+
+
+<div class="container">
+
+ <article class="post">
+ <header class="post-header">
+ <h1 class="post-title">Post Titles Are Hard</h1>
+
+ <p class="post-date"><time datetime="Thu Sep 19 2013 11:55:08 GMT+0000 (UTC)">Published September 19th 2013</time></p>
+ </header>
+
+ <div class="post-content">
+ <h3 id="anexcitingheading">An Exciting Heading!</h3>
+
+<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.</p>
+
+<blockquote>
+ <p>I have to go, but if I find one dog hair when I come back I'll rub sand into your dead little eyes. I also need you to buy sand. I don't know if they grade it, but ... coarse.</p>
+</blockquote>
+
+<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
+
+<h3 id="anunorderedlist">An Unordered List</h3>
+
+<ul>
+<li>Neque porro quisquam est, qui dolorem ipsum.</li>
+<li>Quia dolor sit amet, consectetur, adipisci velit</li>
+<li>Sed quia non numquam eius. </li>
+<li>Modi tempora incidunt ut labore et dolore.</li>
+<li>Magnam aliquam quaerat voluptatem.</li>
+</ul>
+
+<h3 id="abitofcode">A Bit of Code</h3>
+
+<pre><code>var someVariable = 10;
+
+for (var i = 0; i &lt; someVariable; i++) {
+ if (i === 3) {
+ return 'derp';
+ }
+}
+</code></pre>
+
+<h3 id="onelastparagraph">One Last Paragraph</h3>
+
+<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
+ </div>
+ </article>
+
+</div>
+ </div></div>
+ </div>
+
+ <footer class="footer">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square button-jump-top js-jump-top" href="http://roryg.github.io/ghostwriter/post-titles-are-hard#"><span class="icon icon-up"></span></a>
+ </div>
+
+ <p class="footer-copyright">© 2013 / Powered by <a href="http://tryghost.org/">Ghost</a> / Built by <a href="">JollyGoodThemes</a></p>
+ </div>
+ </footer>
+
+
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+
+ <script type="text/javascript" src="assets/js/jquery.history.js"></script>
+ <script type="text/javascript" src="assets/js/nprogress.js"></script>
+ <script type="text/javascript" src="assets/js/scripts.js"></script>
+
+
+</body></html> \ No newline at end of file
diff --git a/some-more-nonsense.htm b/some-more-nonsense.htm
new file mode 100644
index 0000000..bd4a18b
--- /dev/null
+++ b/some-more-nonsense.htm
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html>
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+
+ <title>Ghostwriter</title>
+ <meta name="description" content="A clean and tidy AJAX driven theme for Ghost." />
+
+ <meta name="HandheldFriendly" content="True" />
+ <meta name="MobileOptimized" content="320" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+
+ <link rel="stylesheet" type="text/css" href="assets/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/nprogress.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/style.css" />
+ <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300" />
+
+
+ <meta name="generator" content="Ghost 0.2.2-46" />
+<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/">
+</head>
+<body class="home-template" style="" screen_capture_injected="true">
+
+ <header class="site-header">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square js-ajax-link js-show-index" href="http://roryg.github.io/ghostwriter/"><span class="icon icon-menu"></span></a>
+ </div>
+ </div>
+ </header>
+
+ <div id="wrapper">
+ <div id="ajax-container" style="display: block;"><div id="ajax-container">
+
+
+<div class="container">
+
+ <article class="post">
+ <header class="post-header">
+ <h1 class="post-title">Some More Nonsense</h1>
+
+ <p class="post-date"><time datetime="Thu Sep 19 2013 11:57:51 GMT+0000 (UTC)">Published September 19th 2013</time></p>
+ </header>
+
+ <div class="post-content">
+ <h3 id="anexcitingheading">An Exciting Heading!</h3>
+
+<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.</p>
+
+<blockquote>
+ <p>I have to go, but if I find one dog hair when I come back I'll rub sand into your dead little eyes. I also need you to buy sand. I don't know if they grade it, but ... coarse.</p>
+</blockquote>
+
+<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
+
+<h3 id="anunorderedlist">An Unordered List</h3>
+
+<ul>
+<li>Neque porro quisquam est, qui dolorem ipsum.</li>
+<li>Quia dolor sit amet, consectetur, adipisci velit</li>
+<li>Sed quia non numquam eius. </li>
+<li>Modi tempora incidunt ut labore et dolore.</li>
+<li>Magnam aliquam quaerat voluptatem.</li>
+</ul>
+
+<h3 id="abitofcode">A Bit of Code</h3>
+
+<pre><code>var someVariable = 10;
+
+for (var i = 0; i &lt; someVariable; i++) {
+ if (i === 3) {
+ return 'derp';
+ }
+}
+</code></pre>
+
+<h3 id="onelastparagraph">One Last Paragraph</h3>
+
+<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
+ </div>
+ </article>
+
+</div>
+ </div></div>
+ </div>
+
+ <footer class="footer">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square button-jump-top js-jump-top" href="http://roryg.github.io/ghostwriter/some-more-nonsense#"><span class="icon icon-up"></span></a>
+ </div>
+
+ <p class="footer-copyright">© 2013 / Powered by <a href="http://tryghost.org/">Ghost</a> / Built by <a href="">JollyGoodThemes</a></p>
+ </div>
+ </footer>
+
+
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+
+ <script type="text/javascript" src="assets/js/jquery.history.js"></script>
+ <script type="text/javascript" src="assets/js/nprogress.js"></script>
+ <script type="text/javascript" src="assets/js/scripts.js"></script>
+
+
+</body></html> \ No newline at end of file
diff --git a/stuff-things.htm b/stuff-things.htm
new file mode 100644
index 0000000..9fe5a2b
--- /dev/null
+++ b/stuff-things.htm
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html>
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+
+ <title>Ghostwriter</title>
+ <meta name="description" content="A clean and tidy AJAX driven theme for Ghost." />
+
+ <meta name="HandheldFriendly" content="True" />
+ <meta name="MobileOptimized" content="320" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+
+ <link rel="stylesheet" type="text/css" href="assets/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/nprogress.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/style.css" />
+ <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300" />
+
+
+ <meta name="generator" content="Ghost 0.2.2-46" />
+<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/">
+</head>
+<body class="home-template" style="" screen_capture_injected="true">
+
+ <header class="site-header">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square js-ajax-link js-show-index" href="http://roryg.github.io/ghostwriter/"><span class="icon icon-menu"></span></a>
+ </div>
+ </div>
+ </header>
+
+ <div id="wrapper">
+ <div id="ajax-container" style="display: block;"><div id="ajax-container">
+
+
+<div class="container">
+
+ <article class="post">
+ <header class="post-header">
+ <h1 class="post-title">Stuff &amp; Things</h1>
+
+ <p class="post-date"><time datetime="Thu Sep 19 2013 11:46:00 GMT+0000 (UTC)">Published September 19th 2013</time></p>
+ </header>
+
+ <div class="post-content">
+ <h3 id="anexcitingheading">An Exciting Heading!</h3>
+
+<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.</p>
+
+<blockquote>
+ <p>I have to go, but if I find one dog hair when I come back I'll rub sand into your dead little eyes. I also need you to buy sand. I don't know if they grade it, but ... coarse.</p>
+</blockquote>
+
+<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
+
+<h3 id="anunorderedlist">An Unordered List</h3>
+
+<ul>
+<li>Neque porro quisquam est, qui dolorem ipsum.</li>
+<li>Quia dolor sit amet, consectetur, adipisci velit</li>
+<li>Sed quia non numquam eius. </li>
+<li>Modi tempora incidunt ut labore et dolore.</li>
+<li>Magnam aliquam quaerat voluptatem.</li>
+</ul>
+
+<h3 id="abitofcode">A Bit of Code</h3>
+
+<pre><code>var someVariable = 10;
+
+for (var i = 0; i &lt; someVariable; i++) {
+ if (i === 3) {
+ return 'derp';
+ }
+}
+</code></pre>
+
+<h3 id="onelastparagraph">One Last Paragraph</h3>
+
+<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
+ </div>
+ </article>
+
+</div>
+ </div></div>
+ </div>
+
+ <footer class="footer">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square button-jump-top js-jump-top" href="http://roryg.github.io/ghostwriter/stuff-things#"><span class="icon icon-up"></span></a>
+ </div>
+
+ <p class="footer-copyright">© 2013 / Powered by <a href="http://tryghost.org/">Ghost</a> / Built by <a href="">JollyGoodThemes</a></p>
+ </div>
+ </footer>
+
+
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+
+ <script type="text/javascript" src="assets/js/jquery.history.js"></script>
+ <script type="text/javascript" src="assets/js/nprogress.js"></script>
+ <script type="text/javascript" src="assets/js/scripts.js"></script>
+
+
+</body></html> \ No newline at end of file
diff --git a/the-northampton-clown.htm b/the-northampton-clown.htm
new file mode 100644
index 0000000..6a7e299
--- /dev/null
+++ b/the-northampton-clown.htm
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html>
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+
+ <title>Ghostwriter</title>
+ <meta name="description" content="A clean and tidy AJAX driven theme for Ghost." />
+
+ <meta name="HandheldFriendly" content="True" />
+ <meta name="MobileOptimized" content="320" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+
+ <link rel="stylesheet" type="text/css" href="assets/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/nprogress.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/style.css" />
+ <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300" />
+
+
+ <meta name="generator" content="Ghost 0.2.2-46" />
+<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/">
+</head>
+<body class="home-template" style="" screen_capture_injected="true">
+
+ <header class="site-header">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square js-ajax-link js-show-index" href="http://roryg.github.io/ghostwriter/"><span class="icon icon-menu"></span></a>
+ </div>
+ </div>
+ </header>
+
+ <div id="wrapper">
+ <div id="ajax-container" style="display: block;"><div id="ajax-container">
+
+
+<div class="container">
+
+ <article class="post">
+ <header class="post-header">
+ <h1 class="post-title">The Northampton Clown</h1>
+
+ <p class="post-date"><time datetime="Thu Sep 19 2013 11:52:19 GMT+0000 (UTC)">Published September 19th 2013</time></p>
+ </header>
+
+ <div class="post-content">
+ <h3 id="anexcitingheading">An Exciting Heading!</h3>
+
+<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.</p>
+
+<blockquote>
+ <p>I have to go, but if I find one dog hair when I come back I'll rub sand into your dead little eyes. I also need you to buy sand. I don't know if they grade it, but ... coarse.</p>
+</blockquote>
+
+<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
+
+<h3 id="anunorderedlist">An Unordered List</h3>
+
+<ul>
+<li>Neque porro quisquam est, qui dolorem ipsum.</li>
+<li>Quia dolor sit amet, consectetur, adipisci velit</li>
+<li>Sed quia non numquam eius. </li>
+<li>Modi tempora incidunt ut labore et dolore.</li>
+<li>Magnam aliquam quaerat voluptatem.</li>
+</ul>
+
+<h3 id="abitofcode">A Bit of Code</h3>
+
+<pre><code>var someVariable = 10;
+
+for (var i = 0; i &lt; someVariable; i++) {
+ if (i === 3) {
+ return 'derp';
+ }
+}
+</code></pre>
+
+<h3 id="onelastparagraph">One Last Paragraph</h3>
+
+<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
+ </div>
+ </article>
+
+</div>
+ </div></div>
+ </div>
+
+ <footer class="footer">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square button-jump-top js-jump-top" href="http://roryg.github.io/ghostwriter/the-northampton-clown#"><span class="icon icon-up"></span></a>
+ </div>
+
+ <p class="footer-copyright">© 2013 / Powered by <a href="http://tryghost.org/">Ghost</a> / Built by <a href="">JollyGoodThemes</a></p>
+ </div>
+ </footer>
+
+
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+
+ <script type="text/javascript" src="assets/js/jquery.history.js"></script>
+ <script type="text/javascript" src="assets/js/nprogress.js"></script>
+ <script type="text/javascript" src="assets/js/scripts.js"></script>
+
+
+</body></html> \ No newline at end of file
diff --git a/welcome-to-ghost.htm b/welcome-to-ghost.htm
new file mode 100644
index 0000000..6c083a6
--- /dev/null
+++ b/welcome-to-ghost.htm
@@ -0,0 +1,120 @@
+<!DOCTYPE html>
+<html>
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+
+ <title>Ghostwriter</title>
+ <meta name="description" content="A clean and tidy AJAX driven theme for Ghost." />
+
+ <meta name="HandheldFriendly" content="True" />
+ <meta name="MobileOptimized" content="320" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+
+ <link rel="stylesheet" type="text/css" href="assets/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/nprogress.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/style.css" />
+ <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300" />
+
+
+ <meta name="generator" content="Ghost 0.2.2-46" />
+<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/">
+</head>
+<body class="home-template" style="" screen_capture_injected="true">
+
+ <header class="site-header">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square js-ajax-link js-show-index" href="http://roryg.github.io/ghostwriter/"><span class="icon icon-menu"></span></a>
+ </div>
+ </div>
+ </header>
+
+ <div id="wrapper">
+ <div id="ajax-container" style="display: block;"><div id="ajax-container">
+
+
+<div class="container">
+
+ <article class="post">
+ <header class="post-header">
+ <h1 class="post-title">Welcome to Ghost</h1>
+
+ <p class="post-date"><time datetime="Thu Jul 11 2013 21:41:35 GMT+0000 (UTC)">Published July 11th 2013</time></p>
+ </header>
+
+ <div class="post-content">
+ <p>This short guide will teach you how to get Ghost up and running on your computer. It doesn't cover deploying it to a live server, just getting it running on your machine so that you can use it, and develop on top of it.</p>
+
+<h2 id="setupinstructions">Setup Instructions</h2>
+
+<h3 id="compatibilitynotes">Compatibility Notes</h3>
+
+<p>Ghost uses SQLite which must be built natively on the operating system you intend to run Ghost on. We are working to improve this process, but in the meantime the following OS compatibility notes apply:</p>
+
+<ul>
+<li><strong>Linux</strong> - Ghost should install and run with no problems</li>
+<li><strong>Mac</strong> - you may require Xcode (free) and the CLI Tools which can be installed from Xcode to get Ghost installed</li>
+<li><strong>Windows</strong> - Ghost will and does install and run (really well actually) on Windows, but there are a set of pre-requisites which are tricky to install. Detailed instructions for this are coming very soon.</li>
+</ul>
+
+<h3 id="prerequisites">Pre-requisites</h3>
+
+<p>Ghost requires <a href="http://nodejs.org/">node</a> 0.10.* or 0.11.* and npm. Download and install from <a href="http://nodejs.org/">nodejs.org</a></p>
+
+<h3 id="installing">Installing</h3>
+
+<ol>
+<li>Once you've downloaded one of the release packages, unzip it, and place the directory wherever you would like to run the code</li>
+<li>Fire up a terminal (or node command prompt in Windows) and change directory to the root of the Ghost application (where config.js and index.js are)</li>
+<li>run <code>npm install</code> to install the node dependencies (if you get errors to do with SQLite, please see the compatibility notes)</li>
+<li>To start ghost, run <code>npm start</code></li>
+<li>Visit <a href="http://localhost:2368/">http://localhost:2368/</a> in your web browser</li>
+</ol>
+
+<h2 id="logginginforthefirsttime">Logging in For The First Time</h2>
+
+<p>Once you have the Ghost server up and running, you should be able to navigate to <a href="http://localhost:2368/ghost">http://localhost:2368/ghost</a> from a web browser, where you will be prompted for a login.</p>
+
+<ol>
+<li>Click on the "register new user" link</li>
+<li>Enter your user details (careful here: There is no password reset yet!)</li>
+<li>Return to the login screen and use those details to log in.</li>
+</ol>
+
+<h2 id="findingyourwayaroundghost">Finding Your Way Around Ghost</h2>
+
+<p>You should now be logged in and up and running with the very first, very earliest, most historically significant, most prototypal version of the Ghost blogging platform. Click around the dashboard. You will find that most things work, but many things do not. We're still working on those. Keep downloading the new packages as we release them, and you should hopefully see big changes between each version as we go!</p>
+ </div>
+ </article>
+
+</div>
+ </div></div>
+ </div>
+
+ <footer class="footer">
+ <div class="container">
+ <div class="site-title-wrapper">
+ <h1 class="site-title"><a class="js-ajax-link" href="http://roryg.github.io/ghostwriter/">Ghostwriter</a></h1>
+
+ <a class="button-square button-jump-top js-jump-top" href="http://roryg.github.io/ghostwriter/welcome-to-ghost#"><span class="icon icon-up"></span></a>
+ </div>
+
+ <p class="footer-copyright">© 2013 / Powered by <a href="http://tryghost.org/">Ghost</a> / Built by <a href="">JollyGoodThemes</a></p>
+ </div>
+ </footer>
+
+
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+
+ <script type="text/javascript" src="assets/js/jquery.history.js"></script>
+ <script type="text/javascript" src="assets/js/nprogress.js"></script>
+ <script type="text/javascript" src="assets/js/scripts.js"></script>
+
+
+</body></html> \ No newline at end of file