Merge benbalter:docs-pages #985

This commit is contained in:
Parker Moore 2013-05-10 22:11:36 +02:00
commit 628f8280d0
24 changed files with 21 additions and 12 deletions

View File

@ -1,3 +1,2 @@
permalink: /docs/:categories/:title
pygments: true pygments: true
gauges_id: 503c5af6613f5d0f19000027 gauges_id: 503c5af6613f5d0f19000027

View File

@ -3,6 +3,7 @@ layout: docs
title: Configuration title: Configuration
prev_section: structure prev_section: structure
next_section: frontmatter next_section: frontmatter
permalink: /docs/configuration/
--- ---
Jekyll allows you to concoct your sites in any way you can dream up, and its Jekyll allows you to concoct your sites in any way you can dream up, and its

View File

@ -3,6 +3,7 @@ layout: docs
title: Contributing title: Contributing
prev_section: deployment-methods prev_section: deployment-methods
next_section: troubleshooting next_section: troubleshooting
permalink: /docs/contributing/
--- ---
So you've got an awesome idea to throw into Jekyll. Great! Please keep the So you've got an awesome idea to throw into Jekyll. Great! Please keep the

View File

@ -3,6 +3,7 @@ layout: docs
title: Deployment methods title: Deployment methods
prev_section: github-pages prev_section: github-pages
next_section: contributing next_section: contributing
permalink: /docs/deployment-methods/
--- ---
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. 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.

View File

@ -3,6 +3,7 @@ layout: docs
title: Extras title: Extras
prev_section: plugins prev_section: plugins
next_section: github-pages next_section: github-pages
permalink: /docs/extras/
--- ---
There are a number of (optional) extra features that Jekyll supports that you There are a number of (optional) extra features that Jekyll supports that you

View File

@ -3,6 +3,7 @@ layout: docs
title: Front-matter title: Front-matter
prev_section: configuration prev_section: configuration
next_section: posts next_section: posts
permalink: /docs/frontmatter/
--- ---
The front-matter is where Jekyll starts to get really cool. Any file that The front-matter is where Jekyll starts to get really cool. Any file that

View File

@ -3,6 +3,7 @@ layout: docs
title: GitHub Pages title: GitHub Pages
prev_section: extras prev_section: extras
next_section: deployment-methods next_section: deployment-methods
permalink: /docs/github-pages/
--- ---
[GitHub Pages](http://pages.github.com) are public web pages for users, [GitHub Pages](http://pages.github.com) are public web pages for users,

View File

@ -3,6 +3,7 @@ layout: docs
title: Heroku title: Heroku
prev_section: github-pages prev_section: github-pages
next_section: manual-deployment next_section: manual-deployment
permalink: /docs/heroku/
--- ---
Move along, people. Nothing to see here. Move along, people. Nothing to see here.

View File

@ -1,11 +0,0 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=home">
<title>Jekyll</title>
</head>
<body style="background: #333;">
</body>
</html>

View File

@ -3,6 +3,7 @@ layout: docs
title: Installation title: Installation
prev_section: home prev_section: home
next_section: usage next_section: usage
permalink: /docs/installation/
--- ---
Getting Jekyll installed and ready-to-go should only take a few minutes. If it Getting Jekyll installed and ready-to-go should only take a few minutes. If it

View File

@ -3,6 +3,7 @@ layout: docs
title: Blog migrations title: Blog migrations
prev_section: variables prev_section: variables
next_section: templates next_section: templates
permalink: /docs/migrations/
--- ---
If youre switching to Jekyll from another blogging system, Jekylls importers If youre switching to Jekyll from another blogging system, Jekylls importers

View File

@ -3,6 +3,7 @@ layout: docs
title: Creating pages title: Creating pages
prev_section: posts prev_section: posts
next_section: variables next_section: variables
permalink: /docs/pages/
--- ---
In addition to [writing posts](../posts), another thing you may want to do with In addition to [writing posts](../posts), another thing you may want to do with

View File

@ -3,6 +3,7 @@ layout: docs
title: Pagination title: Pagination
prev_section: permalinks prev_section: permalinks
next_section: plugins next_section: plugins
permalink: /docs/pagination/
--- ---
With many websites—especially blogs—its very common to break the main listing With many websites—especially blogs—its very common to break the main listing

View File

@ -3,6 +3,7 @@ layout: docs
title: Permalinks title: Permalinks
prev_section: templates prev_section: templates
next_section: pagination next_section: pagination
permalink: /docs/permalinks/
--- ---
Jekyll supports a flexible way to build your sites URLs. You can specify the Jekyll supports a flexible way to build your sites URLs. You can specify the

View File

@ -3,6 +3,7 @@ layout: docs
title: Plugins title: Plugins
prev_section: assets prev_section: assets
next_section: extras next_section: extras
permalink: /docs/plugins/
--- ---
Jekyll has a plugin system with hooks that allow you to create custom generated Jekyll has a plugin system with hooks that allow you to create custom generated

View File

@ -3,6 +3,7 @@ layout: docs
title: Writing posts title: Writing posts
prev_section: frontmatter prev_section: frontmatter
next_section: pages next_section: pages
permalink: /docs/posts/
--- ---
One of Jekylls best aspects is that it is “blog aware”. What does this mean, One of Jekylls best aspects is that it is “blog aware”. What does this mean,

View File

@ -3,6 +3,7 @@ layout: docs
title: Resources title: Resources
prev_section: sites prev_section: sites
next_section: upgrading next_section: upgrading
permalink: /docs/resources/
--- ---
Jekylls 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. Jekylls 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.

View File

@ -3,6 +3,7 @@ layout: docs
title: Sites using Jekyll title: Sites using Jekyll
prev_section: troubleshooting prev_section: troubleshooting
next_section: resources next_section: resources
permalink: /docs/sites/
--- ---
Its interesting to see what designs and features others have come up Its interesting to see what designs and features others have come up

View File

@ -3,6 +3,7 @@ layout: docs
title: Directory structure title: Directory structure
prev_section: usage prev_section: usage
next_section: configuration next_section: configuration
permalink: /docs/structure/
--- ---
Jekyll is, at its core, a text transformation engine. The concept behind the Jekyll is, at its core, a text transformation engine. The concept behind the

View File

@ -3,6 +3,7 @@ layout: docs
title: Templates title: Templates
prev_section: migrations prev_section: migrations
next_section: permalinks next_section: permalinks
permalink: /docs/templates/
--- ---
Jekyll uses the [Liquid](http://wiki.shopify.com/Liquid) templating language to Jekyll uses the [Liquid](http://wiki.shopify.com/Liquid) templating language to

View File

@ -3,6 +3,7 @@ layout: docs
title: Troubleshooting title: Troubleshooting
prev_section: contributing prev_section: contributing
next_section: sites next_section: sites
permalink: /docs/troubleshooting/
--- ---
If you ever run into problems installing or using Jekyll, heres a few tips that might be of help. If the problem youre experiencing isnt covered below, please [report an issue](https://github.com/mojombo/jekyll/issues/new) so the Jekyll community can make everyones experience better. If you ever run into problems installing or using Jekyll, heres a few tips that might be of help. If the problem youre experiencing isnt covered below, please [report an issue](https://github.com/mojombo/jekyll/issues/new) so the Jekyll community can make everyones experience better.

View File

@ -3,6 +3,7 @@ layout: docs
title: Basic Usage title: Basic Usage
prev_section: installation prev_section: installation
next_section: structure next_section: structure
permalink: /docs/usage/
--- ---
The Jekyll gem makes a `jekyll` executable available to you in your Terminal The Jekyll gem makes a `jekyll` executable available to you in your Terminal

View File

@ -3,6 +3,7 @@ layout: docs
title: Variables title: Variables
prev_section: pages prev_section: pages
next_section: migrations next_section: migrations
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