1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

jekyll redirect from (#242)

This commit is contained in:
David Choi
2020-10-23 09:45:34 -07:00
committed by GitHub
parent 920da0ff83
commit 883d1ed3ba
3 changed files with 19 additions and 1 deletions

View File

@@ -20,6 +20,21 @@ Run the following commands:
You can now access the help center at `http://localhost:4009`.
# Ruby Gems
## Jekyll Redirect From
To use [jekyll-redirect-from](https://github.com/jekyll/jekyll-redirect-from) add `redirect_from` to the YAML front-matter of your page or post. For example:
```
---
title: 10 Tips to Choosing a Password Manager for Your Team
layout: post
author: Gary Orenstein
redirect_from: /blog/10-tips-choosing-password-manager-for-teams/
---
```
# Contribute
Article contributions are welcome! Please commit any pull requests against the `master` branch.