Remove post, add redirect
This commit is contained in:
parent
3f61dd5c43
commit
9f35aa4043
|
@ -165,6 +165,7 @@
|
||||||
rewrite ^/blog/2018/03/04/tweets-from-drupalcamp-london/?$ /blog/tweets-from-drupalcamp-london permanent;
|
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/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/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 ^/book/?$ /test-driven-drupal permanent;
|
||||||
rewrite ^/consulting/?$ / permanent;
|
rewrite ^/consulting/?$ / permanent;
|
||||||
rewrite ^/cv/?$ https://gitprint.com/opdavies/cv/blob/master/README.md permanent;
|
rewrite ^/cv/?$ https://gitprint.com/opdavies/cv/blob/master/README.md permanent;
|
||||||
|
|
|
@ -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 %}
|
|
Loading…
Reference in a new issue