Redirects Fixes #7230
This commit is contained in:
parent
5dedcd5fce
commit
f9c981e317
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue