From 5805cac3c8bb60640e34c6bc820a94bfb5b01f86 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Aug 2015 19:27:48 +0100 Subject: [PATCH 1/9] Added tweet.html.twig --- source/_partials/tweet.html.twig | 1 + source/_posts/2015-03-20-2014.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 source/_partials/tweet.html.twig diff --git a/source/_partials/tweet.html.twig b/source/_partials/tweet.html.twig new file mode 100644 index 000000000..c10de5492 --- /dev/null +++ b/source/_partials/tweet.html.twig @@ -0,0 +1 @@ +

Great presentation by @opdavies on git flow at #dclondon very well prepared and presented. pic.twitter.com/tDINp2Nsbn

— Greg Franklin (@gfranklin) March 2, 2014

diff --git a/source/_posts/2015-03-20-2014.md b/source/_posts/2015-03-20-2014.md index 3b20615c5..5b2257e23 100644 --- a/source/_posts/2015-03-20-2014.md +++ b/source/_posts/2015-03-20-2014.md @@ -35,7 +35,7 @@ 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' %} I was also able to do a little bit of sprinting whilst I was there, reviewing other people's modules and patches. From 5041efaeabcff29361856a9b3931a85ac80be424 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Aug 2015 19:40:35 +0100 Subject: [PATCH 2/9] Moved tweet content --- source/_partials/tweet.html.twig | 6 +++++- source/_posts/2015-03-20-2014.md | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/source/_partials/tweet.html.twig b/source/_partials/tweet.html.twig index c10de5492..c97304849 100644 --- a/source/_partials/tweet.html.twig +++ b/source/_partials/tweet.html.twig @@ -1 +1,5 @@ -

+

+

+

diff --git a/source/_posts/2015-03-20-2014.md b/source/_posts/2015-03-20-2014.md index 5b2257e23..5fe348f74 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. -{% include 'tweet' %} +{% include 'tweet' with { + tweet_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. From f460905f5012d72849649e28789f55958c16bc0e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Aug 2015 20:04:59 +0100 Subject: [PATCH 3/9] Updated other tweets --- .../_posts/2014-03-03-drupalcamp-london-git-flow.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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..3cc324cf5 100644 --- a/source/_posts/2014-03-03-drupalcamp-london-git-flow.md +++ b/source/_posts/2014-03-03-drupalcamp-london-git-flow.md @@ -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 { + tweet_content: '

@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 { + tweet_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' +} %} - +{% include 'tweet' with { + tweet_content: '

Great talk on git flow @opdavies #dclondon

— Curve Agency (@CurveAgency) March 2, 2014' +} %} {% endblock %} From 12782caaf31ffb7927a1ca012d6f35b5eaec67b8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Aug 2015 20:14:13 +0100 Subject: [PATCH 4/9] Shorter variable name --- source/_partials/tweet.html.twig | 2 +- source/_posts/2014-03-03-drupalcamp-london-git-flow.md | 6 +++--- source/_posts/2015-03-20-2014.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_partials/tweet.html.twig b/source/_partials/tweet.html.twig index c97304849..a6fd2b0d0 100644 --- a/source/_partials/tweet.html.twig +++ b/source/_partials/tweet.html.twig @@ -1,5 +1,5 @@

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 3cc324cf5..498f14788 100644 --- a/source/_posts/2014-03-03-drupalcamp-london-git-flow.md +++ b/source/_posts/2014-03-03-drupalcamp-london-git-flow.md @@ -36,14 +36,14 @@ 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' + content: '

@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 { - tweet_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' + 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' } %} {% include 'tweet' with { - tweet_content: '

Great talk on git flow @opdavies #dclondon

— Curve Agency (@CurveAgency) March 2, 2014' + content: '

Great talk on git flow @opdavies #dclondon

— Curve Agency (@CurveAgency) March 2, 2014' } %} {% endblock %} diff --git a/source/_posts/2015-03-20-2014.md b/source/_posts/2015-03-20-2014.md index 5fe348f74..dee94e820 100644 --- a/source/_posts/2015-03-20-2014.md +++ b/source/_posts/2015-03-20-2014.md @@ -36,7 +36,7 @@ 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. {% include 'tweet' with { - tweet_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' + 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. From fe390da61b16431acf401d095637131399850ce5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Aug 2015 20:29:11 +0100 Subject: [PATCH 5/9] Update redirects.csv --- scripts/redirects.csv | 1 + 1 file changed, 1 insertion(+) 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/ From 0c38aeea09248b347b02c012a1fd9a3eced5ab34 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Aug 2015 20:33:59 +0100 Subject: [PATCH 6/9] Embed the video --- source/_posts/2012-07-14-install-nomensa-media-player-drupal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2012-07-14-install-nomensa-media-player-drupal.md b/source/_posts/2012-07-14-install-nomensa-media-player-drupal.md index d17db17f1..969c3fbbd 100644 --- a/source/_posts/2012-07-14-install-nomensa-media-player-drupal.md +++ b/source/_posts/2012-07-14-install-nomensa-media-player-drupal.md @@ -60,5 +60,5 @@ For example: ## Screencast -Nomensa Accessible Media Player for Drupal + {% endblock %} From 6b8a095a4f74e4fc2b6a9ac0a20bf223b6f7cd7f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Aug 2015 20:35:39 +0100 Subject: [PATCH 7/9] Added speakerdeck.html.twig --- source/_partials/speakerdeck.html.twig | 1 + source/_posts/2014-03-03-drupalcamp-london-git-flow.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 source/_partials/speakerdeck.html.twig diff --git a/source/_partials/speakerdeck.html.twig b/source/_partials/speakerdeck.html.twig new file mode 100644 index 000000000..c8294506e --- /dev/null +++ b/source/_partials/speakerdeck.html.twig @@ -0,0 +1 @@ + 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 498f14788..a53e7a8fd 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' %} ## Take aways From acdb3ec143a79ea3bb21b510563a9e610459ea88 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Aug 2015 20:39:02 +0100 Subject: [PATCH 8/9] Separate the data ID --- source/_partials/speakerdeck.html.twig | 2 +- source/_posts/2014-03-03-drupalcamp-london-git-flow.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_partials/speakerdeck.html.twig b/source/_partials/speakerdeck.html.twig index c8294506e..9fd51d7d0 100644 --- a/source/_partials/speakerdeck.html.twig +++ b/source/_partials/speakerdeck.html.twig @@ -1 +1 @@ - + 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 a53e7a8fd..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' %} +{% include 'speakerdeck' with { data_id: '201559e0f103013198dd5a5f6f23ab67' } %} ## Take aways From 14ab876491fc7f3be21145b3df55a11045ebf6ad Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Aug 2015 20:40:41 +0100 Subject: [PATCH 9/9] Updated other post --- source/_posts/2014-07-02-drush-make-drupalbristol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}