Skip to content

Commit

Permalink
Updating to 9e0bad7.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Feb 25, 2015
1 parent cbe001d commit ebd1607
Show file tree
Hide file tree
Showing 37 changed files with 102 additions and 20 deletions.
2 changes: 1 addition & 1 deletion css/screen.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/assets/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/assets.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Assets</h1>
<p>Jekyll provides built-in support for Sass and CoffeeScript. In order to use
them, create a file with the proper extension name (one of <code>.sass</code>, <code>.scss</code>,
Expand Down
3 changes: 3 additions & 0 deletions docs/collections/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/collections.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Collections</h1>
<div class="note warning">
<h5>Collections support is unstable and may change</h5>
Expand Down
3 changes: 3 additions & 0 deletions docs/configuration/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/configuration.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Configuration</h1>
<p>Jekyll allows you to concoct your sites in any way you can dream up, and it’s
thanks to the powerful and flexible configuration options that this is possible.
Expand Down
3 changes: 3 additions & 0 deletions docs/continuous-integration/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/continuous-integration.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Continuous Integration</h1>
<p>You can easily test your website build against one or more versions of Ruby.
The following guide will show you how to set up a free build environment on
Expand Down
3 changes: 3 additions & 0 deletions docs/contributing/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/contributing.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Contributing</h1>
<p>So you’ve got an awesome idea to throw into Jekyll. Great! Please keep the
following in mind:</p>
Expand Down
3 changes: 3 additions & 0 deletions docs/datafiles/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/datafiles.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Data Files</h1>
<p>In addition to the <a href="../variables/">built-in variables</a> available from Jekyll,
you can specify your own custom data that can be accessed via the <a href="https://wiki.github.com/shopify/liquid/liquid-for-designers">Liquid
Expand Down
3 changes: 3 additions & 0 deletions docs/deployment-methods/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/deployment-methods.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Deployment methods</h1>
<p>Sites built using Jekyll can be deployed in a large number of ways due to the static nature of the generated output. A few of the most common deployment techniques are described below.</p>

Expand Down
3 changes: 3 additions & 0 deletions docs/drafts/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/drafts.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Working with drafts</h1>
<p>Drafts are posts without a date. They’re posts you’re still working on and don’t want to
publish yet. To get up and running with drafts, create a <code>_drafts</code> folder in your site’s
Expand Down
3 changes: 3 additions & 0 deletions docs/extras/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/extras.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Extras</h1>
<p>There are a number of (optional) extra features that Jekyll supports that you
may want to install, depending on how you plan to use Jekyll.</p>
Expand Down
3 changes: 3 additions & 0 deletions docs/frontmatter/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/frontmatter.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Front Matter</h1>
<p>The front matter is where Jekyll starts to get really cool. Any file that
contains a <a href="http://yaml.org/">YAML</a> front matter block will be processed by
Expand Down
3 changes: 3 additions & 0 deletions docs/github-pages/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/github-pages.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>GitHub Pages</h1>
<p><a href="http://pages.github.com">GitHub Pages</a> are public web pages for users,
organizations, and repositories, that are freely hosted on GitHub’s
Expand Down
3 changes: 3 additions & 0 deletions docs/history/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/history.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>History</h1>
<h2 id="v2-5-3">2.5.3 / 2014-12-22</h2>

Expand Down
3 changes: 3 additions & 0 deletions docs/home/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/index.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Welcome</h1>
<p>This site aims to be a comprehensive guide to Jekyll. We’ll cover topics such
as getting your site up and running, creating and managing your content,
Expand Down
3 changes: 3 additions & 0 deletions docs/installation/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/installation.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Installation</h1>
<p>Getting Jekyll installed and ready-to-go should only take a few minutes. If it
ever becomes a pain in the ass, please <a href="https://github.com/jekyll/jekyll/issues/new">file an
Expand Down
3 changes: 3 additions & 0 deletions docs/migrations/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/migrations.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Blog migrations</h1>
<p>If you’re switching to Jekyll from another blogging system, Jekyll’s importers
can help you with the move. To learn more about importing your site to Jekyll,
Expand Down
3 changes: 3 additions & 0 deletions docs/pages/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/pages.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Creating pages</h1>
<p>In addition to <a href="../posts/">writing posts</a>, another thing you may want to do with
your Jekyll site is create static pages. By taking advantage of the way Jekyll
Expand Down
5 changes: 4 additions & 1 deletion docs/pagination/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/pagination.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Pagination</h1>
<p>With many websites—especially blogs—it’s very common to break the main listing
of posts up into smaller lists and display them over multiple pages. Jekyll has
Expand Down Expand Up @@ -2068,7 +2071,7 @@ <h2 id="enable-pagination">Enable pagination</h2>

<p>You may also specify the destination of the pagination pages:</p>

<div class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="l-Scalar-Plain">paginate_path</span><span class="p-Indicator">:</span> <span class="s">&quot;blog/page:num/&quot;</span></code></pre></div>
<div class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="l-Scalar-Plain">paginate_path</span><span class="p-Indicator">:</span> <span class="s">&quot;/blog/page:num/&quot;</span></code></pre></div>

<p>This will read in <code>blog/index.html</code>, send it each pagination page in Liquid as <code>paginator</code>
and write the output to <code>blog/page:num/</code>, where <code>:num</code> is the pagination page number,
Expand Down
3 changes: 3 additions & 0 deletions docs/permalinks/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/permalinks.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Permalinks</h1>
<p>Jekyll supports a flexible way to build your site’s URLs. You can specify the
permalinks for your site through the <a href="../configuration/">Configuration</a> or in the
Expand Down
5 changes: 4 additions & 1 deletion docs/plugins/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/plugins.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Plugins</h1>
<p>Jekyll has a plugin system with hooks that allow you to create custom generated
content specific to your site. You can run custom code for your site without
Expand Down Expand Up @@ -2650,7 +2653,7 @@ <h4 id="other">Other</h4>
<li><a href="https://github.com/robwierzbowski/generator-jekyllrb">generator-jekyllrb</a>: A generator that wraps Jekyll in <a href="http://yeoman.io/">Yeoman</a>, a tool collection and workflow for builing modern web apps.</li>
<li><a href="https://github.com/dannygarcia/grunt-jekyll">grunt-jekyll</a>: A straightforward <a href="http://gruntjs.com/">Grunt</a> plugin for Jekyll.</li>
<li><a href="https://github.com/indirect/jekyll-postfiles">jekyll-postfiles</a>: Add <code>_postfiles</code> directory and <code>{{ postfile }}</code> tag so the files a post refers to will always be right there inside your repo.</li>
<li><a href="https://github.com/penibelst/jekyll-compress-html">A layout that compresses HTML</a> by <a href="http://penibelst.de/">Anatol Broder</a>: Github Pages compatible, configurable way to compress HTML files on site build.</li>
<li><a href="http://jch.penibelst.de/">A layout that compresses HTML</a>: Github Pages compatible, configurable way to compress HTML files on site build.</li>
<li><a href="https://github.com/wdenton/jekyll-co2">Jekyll CO₂</a>: Generates HTML showing the monthly change in atmospheric CO₂ at the Mauna Loa observatory in Hawaii.</li>
<li><a href="http://www.northfieldx.co.uk/remote-include/">remote-include</a>: Includes files using remote URLs</li>
<li><a href="https://github.com/digitalsparky/jekyll-minifier">jekyll-minifier</a>: Minifies HTML, XML, CSS, and Javascript both inline and as separate files utilising yui-compressor and htmlcompressor.</li>
Expand Down
3 changes: 3 additions & 0 deletions docs/posts/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/posts.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Writing posts</h1>
<p>One of Jekyll’s best aspects is that it is “blog aware”. What does this mean,
exactly? Well, simply put, it means that blogging is baked into Jekyll’s
Expand Down
3 changes: 3 additions & 0 deletions docs/quickstart/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/quickstart.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Quick-start guide</h1>
<p>For the impatient, here’s how to get a boilerplate Jekyll site up and running.</p>

Expand Down
3 changes: 3 additions & 0 deletions docs/resources/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/resources.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Resources</h1>
<p>Jekyll’s growing use is producing a wide variety of tutorials, frameworks, extensions, examples, and other resources that can be very helpful. Below is a collection of links to some of the most popular Jekyll resources.</p>

Expand Down
3 changes: 3 additions & 0 deletions docs/sites/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/sites.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Sites using Jekyll</h1>
<p>It’s interesting to see what designs and features others have come up
with. Below are some Jekyll-powered blogs which were hand-picked for
Expand Down
3 changes: 3 additions & 0 deletions docs/structure/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/structure.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Directory structure</h1>
<p>Jekyll is, at its core, a text transformation engine. The concept behind the
system is this: you give it text written in your favorite markup language, be
Expand Down
9 changes: 6 additions & 3 deletions docs/templates/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/templates.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Templates</h1>
<p>Jekyll uses the <a href="https://github.com/Shopify/liquid/wiki">Liquid</a> templating language to
process templates. All of the standard Liquid <a href="https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#tags">tags</a> and
Expand Down Expand Up @@ -2356,9 +2359,9 @@ <h3 id="code-snippet-highlighting">Code snippet highlighting</h3>
file.</p>

<p>Alternatively, you can use <a href="https://github.com/jayferd/rouge">Rouge</a> to highlight
your code snippets. It doesn’t support as many languages as Pygments does but
it should fit in most cases and it’s written in pure Ruby ; you don’t need Python
on your system!</p>
your code snippets. It doesn’t support as many languages as Pygments, however it
should suit most use cases. Also, since <a href="https://github.com/jayferd/rouge">Rouge</a>
is written in pure Ruby, you don’t need Python on your system!</p>

<p>To render a code block with syntax highlighting, surround your code as follows:</p>

Expand Down
3 changes: 3 additions & 0 deletions docs/troubleshooting/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/troubleshooting.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Troubleshooting</h1>
<p>If you ever run into problems installing or using Jekyll, here are a few tips
that might be of help. If the problem you’re experiencing isn’t covered below,
Expand Down
3 changes: 3 additions & 0 deletions docs/upgrading/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/upgrading.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Upgrading</h1>
<p>Upgrading from an older version of Jekyll? A few things have changed in 1.0
that you’ll want to know about.</p>
Expand Down
9 changes: 6 additions & 3 deletions docs/usage/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/usage.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Basic Usage</h1>
<p>The Jekyll gem makes a <code>jekyll</code> executable available to you in your Terminal
window. You can use this command in a number of ways:</p>
Expand All @@ -2063,12 +2066,12 @@ <h5>Destination folders are cleaned on site builds</h5>
<p>
The contents of <code>&lt;destination&gt;</code> are automatically
cleaned, by default, when the site is built. Files or folders that are not
created by your site will be removed. Files and folders you wish to retain
in <code>&lt;destination&gt;</code> may be specified within the <code>&lt;keep_files&gt;</code>
created by your site will be removed. Files and folders you wish to retain
in <code>&lt;destination&gt;</code> may be specified within the <code>&lt;keep_files&gt;</code>
configuration directive.
</p>
<p>
Do not use an important location for <code>&lt;destination&gt;</code>;
Do not use an important location for <code>&lt;destination&gt;</code>;
instead, use it as a staging area and copy files from there to your web server.
</p>
</div>
Expand Down
3 changes: 3 additions & 0 deletions docs/variables/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/variables.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Variables</h1>
<p>Jekyll traverses your site looking for files to process. Any files with <a href="../frontmatter/">YAML
front matter</a> are subject to processing. For each of these
Expand Down
3 changes: 3 additions & 0 deletions docs/windows/index.html
Expand Up @@ -2041,6 +2041,9 @@ <h1>

<div class="unit four-fifths">
<article>
<div class="improve right">
<a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/windows.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>Jekyll on Windows</h1>
<p>While Windows is not an officially-supported platform, it can be used to run
Jekyll with the proper tweaks. This page aims to collect some of the general
Expand Down
6 changes: 2 additions & 4 deletions feed.xml
Expand Up @@ -11,8 +11,8 @@
<title xml:lang="en">Jekyll • Simple, blog-aware, static sites</title>
<atom:link type="application/atom+xml" href="http://jekyllrb.com/feed.xml" rel="self"/>
<link>http://jekyllrb.com/</link>
<pubDate>Mon, 09 Feb 2015 23:25:22 -0800</pubDate>
<lastBuildDate>Mon, 09 Feb 2015 23:25:22 -0800</lastBuildDate>
<pubDate>Tue, 24 Feb 2015 21:21:24 -0800</pubDate>
<lastBuildDate>Tue, 24 Feb 2015 21:21:24 -0800</lastBuildDate>
<language>en-US</language>
<generator>Jekyll v3.0.0-beta1</generator>
<description>Transform your plain text into static websites and blogs.</description>
Expand Down Expand Up @@ -625,7 +625,6 @@ keep on writing without any problems.&lt;/p&gt;

&lt;p&gt;As always, you can find the full list of fixes in this release in the
&lt;a href=&quot;/docs/history/&quot;&gt;change log&lt;/a&gt;!&lt;/p&gt;

</description>
</item>

Expand Down Expand Up @@ -768,7 +767,6 @@ greatest code a spin without having to clone a repository from git.&lt;/p&gt;
&lt;p&gt;Please take this prerelease for a spin and &lt;a href=&quot;https://github.com/jekyll/jekyll/issues/new&quot;&gt;let us
know&lt;/a&gt; if you run into any
issues!&lt;/p&gt;

</description>
</item>

Expand Down

0 comments on commit ebd1607

Please sign in to comment.