Remove post, add redirect

This commit is contained in:
Oliver Davies 2018-06-04 13:05:22 +01:00
parent 3f61dd5c43
commit 9f35aa4043
2 changed files with 1 additions and 18 deletions

View file

@ -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;

View file

@ -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 %}