Redirects Fixes #7230

This commit is contained in:
Frank Taillandier 2018-09-11 08:42:05 +02:00
parent 5dedcd5fce
commit f9c981e317
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
4 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,10 @@
---
title: Quickstart
permalink: /docs/
redirect_from: /docs/home/index.html
redirect_from:
- /docs/home/
- /docs/quickstart/
- /docs/extras/
---
Jekyll is a simple, extendable, static site generator. You give it text written
in your favorite markup language and it churns through layouts to create a

View File

@ -1,7 +1,8 @@
---
title: Jekyll on Windows
permalink: /docs/installation/windows/
redirect_from: "/docs/windows.html"
redirect_from:
- /docs/windows/
---
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 knowledge and lessons that have been unearthed by Windows users.

View File

@ -1,6 +1,8 @@
---
title: Posts
permalink: /docs/posts/
redirect_from:
- /docs/drafts/
---
Blogging is baked into Jekyll. You write blog posts as text files and Jekyll

View File

@ -2,6 +2,8 @@
layout: page
title: Showcase
permalink: /showcase/
redirect_from:
- /docs/sites/
---
<p>Jekyll is used for all kinds of usecases. Here's some of our favorites:</p>