From 3d263f0e6f2a29aeef37378eb5c40654eb486d17 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 2 May 2017 08:31:43 +0100 Subject: [PATCH] Add some redirects Something to test with in the fabfile. --- app.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app.yml b/app.yml index 2e7e2315..941ea4e3 100644 --- a/app.yml +++ b/app.yml @@ -12,6 +12,22 @@ sculpin: composer: install: yes +redirects: + "^/about": { to: "/" } + "^/blog/2012/07/nomensa-accessible-media-player-drupal": { to: "/blog/install-nomensa-media-player-drupal/" } + "^/blog/announcing-the-drupal-vm-config-generator": { to: "/blog/announcing-the-drupal-vm-generator" } + "^/consulting": { to: "/" } + "^/cv": { to: "https://gitprint.com/opdavies/cv/blob/master/README.md" } + "^/drupalgive": { to: "https://www.drupal.org/u/opdavies" } + "^/git-flow": { to: "/talks/git-flow" } + "^/portfolio": { to: "/projects" } + "^/services": { to: "/experience" } + "^/slides/bristol-dug/drupal-vm-generator": { to: "http://opdavies.github.io/slides-drupal-vm-generator" } + "^/slides/phpsw/building-static-websites-with-sculpin": { to: "https://opdavies.github.io/slides-phpsw-sculpin" } + "^/speaking": { to: "/talks" } + "^/terms-and-conditions": { to: "/terms" } + "^/work": { to: "/experience" } + deploy: restart_php: false restart_webserver: true