diff --git a/scripts/redirects.csv b/scripts/redirects.csv index 566893d0c..efd739612 100644 --- a/scripts/redirects.csv +++ b/scripts/redirects.csv @@ -1,5 +1,6 @@ From,To about,/ +blog/2012/07/nomensa-accessible-media-player-drupal,/blog/install-nomensa-media-player-drupal/ cv,https://gist.github.com/opdavies/d096d553b80140a342d4 drupalgive,https://www.drupal.org/u/opdavies projects,/services/ diff --git a/source/_partials/speakerdeck.html.twig b/source/_partials/speakerdeck.html.twig new file mode 100644 index 000000000..9fd51d7d0 --- /dev/null +++ b/source/_partials/speakerdeck.html.twig @@ -0,0 +1 @@ + diff --git a/source/_partials/tweet.html.twig b/source/_partials/tweet.html.twig new file mode 100644 index 000000000..a6fd2b0d0 --- /dev/null +++ b/source/_partials/tweet.html.twig @@ -0,0 +1,5 @@ +
+
+ {{ content|raw }}
+
+
diff --git a/source/_posts/2014-03-03-drupalcamp-london-git-flow.md b/source/_posts/2014-03-03-drupalcamp-london-git-flow.md
index fb93bc96c..a4cdcdfd5 100644
--- a/source/_posts/2014-03-03-drupalcamp-london-git-flow.md
+++ b/source/_posts/2014-03-03-drupalcamp-london-git-flow.md
@@ -16,7 +16,7 @@ Here are my slides from my "What is Git Flow?" session at [DrupalCamp London](ht
{% block content %}
Here are my slides from my "What is Git Flow?" session at [DrupalCamp London](http://2014.drupalcamplondon.co.uk).
-
+{% include 'speakerdeck' with { data_id: '201559e0f103013198dd5a5f6f23ab67' } %}
## Take aways
@@ -35,9 +35,15 @@ If you've got any questions, please feel free to @opdavies @DrupalCampLDN always had trouble with git. Your talk + Git flow has made it all very easy.
— James Tombs (@jtombs) March 2, 2014 +{% include 'tweet' with { + content: '@opdavies @DrupalCampLDN always had trouble with git. Your talk + Git flow has made it all very easy.
— James Tombs (@jtombs) March 2, 2014' +} %} -Great presentation by @opdavies on git flow at #dclondon very well prepared and presented. pic.twitter.com/tDINp2Nsbn
— Greg Franklin (@gfranklin) March 2, 2014
+{% include 'tweet' with {
+ content: 'Great presentation by @opdavies on git flow at #dclondon very well prepared and presented. pic.twitter.com/tDINp2Nsbn
— Greg Franklin (@gfranklin) March 2, 2014' +} %} -— Curve Agency (@CurveAgency) March 2, 2014
+{% include 'tweet' with {
+ content: 'Great talk on git flow @opdavies #dclondon
— Curve Agency (@CurveAgency) March 2, 2014' +} %} {% endblock %} diff --git a/source/_posts/2014-07-02-drush-make-drupalbristol.md b/source/_posts/2014-07-02-drush-make-drupalbristol.md index 17cdb8a8f..46978a0c5 100644 --- a/source/_posts/2014-07-02-drush-make-drupalbristol.md +++ b/source/_posts/2014-07-02-drush-make-drupalbristol.md @@ -14,5 +14,5 @@ Here are my slides from this month's talk night at the [Drupal Bristol user grou {% block content %} Here are my slides from this month's talk night at the [Drupal Bristol user group](https://groups.drupal.org/bristol-and-west-uk). - +{% include 'speakerdeck' with { data_id: '42605700f102013198de5a5f6f23ab67' } %} {% endblock %} diff --git a/source/_posts/2015-03-20-2014.md b/source/_posts/2015-03-20-2014.md index 3b20615c5..dee94e820 100644 --- a/source/_posts/2015-03-20-2014.md +++ b/source/_posts/2015-03-20-2014.md @@ -35,7 +35,9 @@ I was able to travel to Portland, Oregon twice last year to meet with the rest o In February, I attended [DrupalCamp London](http://2014.drupalcamplondon.co.uk). This was my first time attending a Camp, and I managed to attend some great sessions as well as meet people who I'd never previously met in person. I was also a volunteer and speaker, where I talked about [Git Flow](/blog/what-git-flow/) - a workflow for managing your Git projects. -Great presentation by @opdavies on git flow at #dclondon very well prepared and presented. pic.twitter.com/tDINp2Nsbn
— Greg Franklin (@gfranklin) March 2, 2014
+{% include 'tweet' with {
+ content: 'Great presentation by @opdavies on git flow at #dclondon very well prepared and presented. pic.twitter.com/tDINp2Nsbn
— Greg Franklin (@gfranklin) March 2, 2014' +} %} I was also able to do a little bit of sprinting whilst I was there, reviewing other people's modules and patches.