Merge pull request #2887 from pathawks/Update-Liquid-Links
This commit is contained in:
commit
bf1a2320e2
|
@ -17,7 +17,7 @@ Jekyll is a simple, blog-aware, static site generator. It takes a template
|
||||||
directory containing raw text files in various formats, runs it through
|
directory containing raw text files in various formats, runs it through
|
||||||
[Markdown](http://daringfireball.net/projects/markdown/) (or
|
[Markdown](http://daringfireball.net/projects/markdown/) (or
|
||||||
[Textile](http://redcloth.org/textile)) and
|
[Textile](http://redcloth.org/textile)) and
|
||||||
[Liquid](http://wiki.shopify.com/Liquid)
|
[Liquid](https://github.com/Shopify/liquid/wiki)
|
||||||
converters, and spits out a complete, ready-to-publish static website suitable
|
converters, and spits out a complete, ready-to-publish static website suitable
|
||||||
for serving with your favorite web server. Jekyll also happens to be the engine
|
for serving with your favorite web server. Jekyll also happens to be the engine
|
||||||
behind [GitHub Pages](http://pages.github.com), which means you can use Jekyll
|
behind [GitHub Pages](http://pages.github.com), which means you can use Jekyll
|
||||||
|
|
|
@ -6,9 +6,9 @@ next_section: permalinks
|
||||||
permalink: /docs/templates/
|
permalink: /docs/templates/
|
||||||
---
|
---
|
||||||
|
|
||||||
Jekyll uses the [Liquid](http://wiki.shopify.com/Liquid) templating language to
|
Jekyll uses the [Liquid](https://github.com/Shopify/liquid/wiki) templating language to
|
||||||
process templates. All of the standard Liquid [tags](http://wiki.shopify.com/Logic) and
|
process templates. All of the standard Liquid [tags](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#tags) and
|
||||||
[filters](http://wiki.shopify.com/Filters) are
|
[filters](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#standard-filters) are
|
||||||
supported. Jekyll even adds a few handy filters and tags of its own to make
|
supported. Jekyll even adds a few handy filters and tags of its own to make
|
||||||
common tasks easier.
|
common tasks easier.
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ permalink: /docs/variables/
|
||||||
Jekyll traverses your site looking for files to process. Any files with [YAML
|
Jekyll traverses your site looking for files to process. Any files with [YAML
|
||||||
front matter](../frontmatter/) are subject to processing. For each of these
|
front matter](../frontmatter/) are subject to processing. For each of these
|
||||||
files, Jekyll makes a variety of data available via the [Liquid templating
|
files, Jekyll makes a variety of data available via the [Liquid templating
|
||||||
system](http://wiki.shopify.com/Liquid). The
|
system](https://github.com/Shopify/liquid/wiki). The
|
||||||
following is a reference of the available data.
|
following is a reference of the available data.
|
||||||
|
|
||||||
## Global Variables
|
## Global Variables
|
||||||
|
|
|
@ -22,7 +22,7 @@ overview: true
|
||||||
</div>
|
</div>
|
||||||
<div class="unit one-third">
|
<div class="unit one-third">
|
||||||
<h2>Static</h2>
|
<h2>Static</h2>
|
||||||
<p><a href="http://daringfireball.net/projects/markdown/">Markdown</a> (or <a href="http://redcloth.org/textile">Textile</a>), <a href="http://wiki.shopify.com/Liquid">Liquid</a>, HTML <span class="amp">&</span> CSS go in. Static sites come out ready for deployment.</p>
|
<p><a href="http://daringfireball.net/projects/markdown/">Markdown</a> (or <a href="http://redcloth.org/textile">Textile</a>), <a href="https://github.com/Shopify/liquid/wiki">Liquid</a>, HTML <span class="amp">&</span> CSS go in. Static sites come out ready for deployment.</p>
|
||||||
<a href="/docs/templates/">Jekyll template guide →</a>
|
<a href="/docs/templates/">Jekyll template guide →</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="unit one-third">
|
<div class="unit one-third">
|
||||||
|
|
Loading…
Reference in New Issue