From 909590c520f9abf2a732a9e0fc253e8438d3be5a Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sat, 11 Apr 2020 13:01:11 +0530 Subject: [PATCH] Add aliases to redirect old pages. --- content/posts/React-Native-with-Gitlab-CI.md | 3 +++ content/posts/vim-folds.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/content/posts/React-Native-with-Gitlab-CI.md b/content/posts/React-Native-with-Gitlab-CI.md index 5e7d50d..4202dd2 100644 --- a/content/posts/React-Native-with-Gitlab-CI.md +++ b/content/posts/React-Native-with-Gitlab-CI.md @@ -8,6 +8,9 @@ tags = ["react-native", "javascript", "gitlab"] 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)." showFullContent = false +aliases = [ + "/2020/04/06/React-Native-with-Gitlab-CI.html" +] +++ ## Introduction diff --git a/content/posts/vim-folds.md b/content/posts/vim-folds.md index 30df43a..7477b7b 100644 --- a/content/posts/vim-folds.md +++ b/content/posts/vim-folds.md @@ -8,6 +8,9 @@ tags = ["vim", "neovim"] 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." showFullContent = false +aliases = [ + "/2019/07/23/vim-folds.html" +] +++