From 174d14572dbe69323c720dbcbf5635f80824de0b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 10 Sep 2015 01:44:51 +0100 Subject: [PATCH] Added some talks --- .../2012-09-05-what-is-this-drupal-thing.md | 5 +++-- source/_talks/2014-03-01-git-flow.md | 5 +++-- .../2014-07-02-drush-make-drupalbristol.md | 5 +++-- source/_talks/2014-08-19-drupal-association.md | 2 +- source/_talks/2015-04-08-drupal8.md | 6 +++--- source/_talks/2015-07-25-sculpin.md | 9 ++++++--- source/_talks/2015-08-25-dancing-for-drupal.md | 18 ++++++++++++++++-- source/_talks/2015-11-01-accessible-drupal.md | 1 + source/_talks/2015-11-01-sculpin.md | 1 + 9 files changed, 37 insertions(+), 15 deletions(-) diff --git a/source/_talks/2012-09-05-what-is-this-drupal-thing.md b/source/_talks/2012-09-05-what-is-this-drupal-thing.md index a3eca17d..f9fe62a4 100644 --- a/source/_talks/2012-09-05-what-is-this-drupal-thing.md +++ b/source/_talks/2012-09-05-what-is-this-drupal-thing.md @@ -1,7 +1,8 @@ --- title: So, What is This Drupal Thing? location: Unified Diff -slides_url: -slides_embed: +slides: + url: + embed: slug: what-this-drupal-thing --- diff --git a/source/_talks/2014-03-01-git-flow.md b/source/_talks/2014-03-01-git-flow.md index 31674a14..1339bbbf 100644 --- a/source/_talks/2014-03-01-git-flow.md +++ b/source/_talks/2014-03-01-git-flow.md @@ -1,7 +1,8 @@ --- title: Never Commit to Master - An Introduction to Git Flow location: DrupalCamp London -slides_url: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow -slides_embed: +slides: + url: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow + embed: slug: git-flow --- diff --git a/source/_talks/2014-07-02-drush-make-drupalbristol.md b/source/_talks/2014-07-02-drush-make-drupalbristol.md index df09f7ff..2a7aa155 100644 --- a/source/_talks/2014-07-02-drush-make-drupalbristol.md +++ b/source/_talks/2014-07-02-drush-make-drupalbristol.md @@ -1,6 +1,7 @@ --- title: drush make drupalbristol location: Bristol Drupal user group -slides_url: https://speakerdeck.com/opdavies/drush-make-drupalbristol -slides_embed: +slides: + url: https://speakerdeck.com/opdavies/drush-make-drupalbristol + embed: --- diff --git a/source/_talks/2014-08-19-drupal-association.md b/source/_talks/2014-08-19-drupal-association.md index 93943634..462230dd 100644 --- a/source/_talks/2014-08-19-drupal-association.md +++ b/source/_talks/2014-08-19-drupal-association.md @@ -1,5 +1,5 @@ --- title: About the Drupal Association location: SWDUG -slug: drupal-association --- +An impromptu talk about the [Drupal Association](https://association.drupal.org), and what I’ve been working on since joining the Engineering team earlier in the year. diff --git a/source/_talks/2015-04-08-drupal8.md b/source/_talks/2015-04-08-drupal8.md index eb7ee857..6b03a688 100644 --- a/source/_talks/2015-04-08-drupal8.md +++ b/source/_talks/2015-04-08-drupal8.md @@ -1,9 +1,9 @@ --- title: Drupal 8 location: PHPSW -slides_url: https://speakerdeck.com/opdavies/drupal-8 -slides_embed: +slides: + url: https://speakerdeck.com/opdavies/drupal-8 + embed: joindin: https://joind.in/talk/view/14380 -slug: drupal8 --- Lightning talk diff --git a/source/_talks/2015-07-25-sculpin.md b/source/_talks/2015-07-25-sculpin.md index ac7a2f55..eea67ff2 100644 --- a/source/_talks/2015-07-25-sculpin.md +++ b/source/_talks/2015-07-25-sculpin.md @@ -1,7 +1,10 @@ --- title: Test Drive Twig with Sculpin location: DrupalCamp North -slides_url: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin -slides_embed: -slug: test-drive-twig-sculpin +slides: + url: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin + embed: --- +[Sculpin](https://sculpin.io) is a static site generator written in PHP, and based on [Symfony components](http://symfony.com/doc/current/components/index.html). It uses [YAML](http://yaml.org/) and [Twig](http://twig.sensiolabs.org/), which makes it very appealing to Drupal people wanting to learn these in preparation for Drupal 8. + +This session covered how to install Sculpin itself, as well as how to use it to build a static site from Markdown, HTML and Twig templates. We also covered Sculpin concepts such as content types, themes and partials, and Twig layouts, blocks and inheritance, as well as some tips and tricks that I've found whilst developing with Sculpin. diff --git a/source/_talks/2015-08-25-dancing-for-drupal.md b/source/_talks/2015-08-25-dancing-for-drupal.md index 16f96f2a..948ec648 100644 --- a/source/_talks/2015-08-25-dancing-for-drupal.md +++ b/source/_talks/2015-08-25-dancing-for-drupal.md @@ -1,6 +1,20 @@ --- title: Dancing for Drupal location: umBristol (Bristol Umbraco user group) -slides_url: https://speakerdeck.com/opdavies/umbristol-dancing-for-drupal -slides_embed: +slides: + url: https://speakerdeck.com/opdavies/umbristol-dancing-for-drupal + embed: --- +As part of their [CMS Dance-Off](http://www.meetup.com/umBristol/events/223807592/), I was selected to speak about Drupal alongside other speakers representing Umbraco, Sitecore and Episerver. + +The points to cover were: + +* How does your CMS store configuration data, 'structure' and content? +* How do you manage source-control, versioning and deployment? +* How do you manage multiple simultaneous editors and/or developers? +* How do you manage upgrades? +* What are the 3 best things about your CMS? +* What are the 3 worst things about your CMS? +* What does the future of your CMS look like? + +In each point, tried to cover the differences between Drupal core and developing a project using Drupal, as well as between Drupal 7 and Drupal 8, as things like source control and versioning would be approached differently. diff --git a/source/_talks/2015-11-01-accessible-drupal.md b/source/_talks/2015-11-01-accessible-drupal.md index 8a453775..5f6842da 100644 --- a/source/_talks/2015-11-01-accessible-drupal.md +++ b/source/_talks/2015-11-01-accessible-drupal.md @@ -4,3 +4,4 @@ location: Accessible Bristol fuzzy_date: yes draft: yes --- +TBC. diff --git a/source/_talks/2015-11-01-sculpin.md b/source/_talks/2015-11-01-sculpin.md index 0f3aba88..219ff597 100644 --- a/source/_talks/2015-11-01-sculpin.md +++ b/source/_talks/2015-11-01-sculpin.md @@ -4,3 +4,4 @@ location: Unified Diff slug: sculpin fuzzy_date: yes --- +TBC.