Add aliases to redirect old pages.
This commit is contained in:
parent
8c86399952
commit
909590c520
|
@ -8,6 +8,9 @@ tags = ["react-native", "javascript", "gitlab"]
|
||||||
keywords = ["react-native", "javascript", "gitlab", "ci", "cd"]
|
keywords = ["react-native", "javascript", "gitlab", "ci", "cd"]
|
||||||
description = "Recently, I decided to set up automated builds for [Sonzai](https://gitlab.com/ceda_ei/sonzai.git)."
|
description = "Recently, I decided to set up automated builds for [Sonzai](https://gitlab.com/ceda_ei/sonzai.git)."
|
||||||
showFullContent = false
|
showFullContent = false
|
||||||
|
aliases = [
|
||||||
|
"/2020/04/06/React-Native-with-Gitlab-CI.html"
|
||||||
|
]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
|
@ -8,6 +8,9 @@ tags = ["vim", "neovim"]
|
||||||
keywords = ["vim", "neovim", "folds"]
|
keywords = ["vim", "neovim", "folds"]
|
||||||
description = "A while ago I wanted to sort my contacts which had become a mess. I wanted to use this opportunity to do something nice with Vim too. Enter Vim-folds."
|
description = "A while ago I wanted to sort my contacts which had become a mess. I wanted to use this opportunity to do something nice with Vim too. Enter Vim-folds."
|
||||||
showFullContent = false
|
showFullContent = false
|
||||||
|
aliases = [
|
||||||
|
"/2019/07/23/vim-folds.html"
|
||||||
|
]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue