From 9f35aa4043e6af33cd2665b94ffb2a99548363ff Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 4 Jun 2018 13:05:22 +0100 Subject: [PATCH] Remove post, add redirect --- ansible/provision.yml | 1 + source/_posts/drush-make-drupalbristol.md | 18 ------------------ 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 source/_posts/drush-make-drupalbristol.md diff --git a/ansible/provision.yml b/ansible/provision.yml index 161ad75a..3ab7cdf5 100644 --- a/ansible/provision.yml +++ b/ansible/provision.yml @@ -165,6 +165,7 @@ rewrite ^/blog/2018/03/04/tweets-from-drupalcamp-london/?$ /blog/tweets-from-drupalcamp-london permanent; rewrite ^/blog/2018/05/06/creating-a-custom-phpunit-command-for-docksal/?$ /blog/creating-a-custom-phpunit-command-for-docksal permanent; rewrite ^/blog/announcing-the-drupal-vm-generator/?$ /blog/announcing-the-drupal-vm-config-generator permanent; + rewrite ^/blog/drush-make-drupalbristol/?$ /talks/drush-make-drupalbristol permanent; rewrite ^/book/?$ /test-driven-drupal permanent; rewrite ^/consulting/?$ / permanent; rewrite ^/cv/?$ https://gitprint.com/opdavies/cv/blob/master/README.md permanent; diff --git a/source/_posts/drush-make-drupalbristol.md b/source/_posts/drush-make-drupalbristol.md deleted file mode 100644 index 294c0d4d..00000000 --- a/source/_posts/drush-make-drupalbristol.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: drush make drupalbristol -date: '2014-07-02' -tags: - - drupal - - drush - - drush-make - - drupal-bristol - - talks -use: [posts] ---- -{% block excerpt %} -Here are my slides from this month's talk night at the [Drupal Bristol user group](https://groups.drupal.org/bristol-and-west-uk). -{% endblock %} - -{% block content %} -{% include 'speakerdeck' with { data_id: '42605700f102013198de5a5f6f23ab67' } %} -{% endblock %}