diff --git a/source/_talks/2014-03-01-git-flow.md b/source/_talks/2014-03-01-git-flow.md index bbaff10e..c1acb5f4 100644 --- a/source/_talks/2014-03-01-git-flow.md +++ b/source/_talks/2014-03-01-git-flow.md @@ -2,4 +2,6 @@ title: Never Commit to Master: An Introduction to Git Flow location: DrupalCamp London slug: git-flow +slides: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow +slides_embed: --- diff --git a/source/_talks/2014-07-02-drush-make-drupalbristol.md b/source/_talks/2014-07-02-drush-make-drupalbristol.md index a5e56d32..7c33f2d4 100644 --- a/source/_talks/2014-07-02-drush-make-drupalbristol.md +++ b/source/_talks/2014-07-02-drush-make-drupalbristol.md @@ -1,4 +1,6 @@ --- title: drush make drupalbristol location: Drupal Bristol +slides: https://speakerdeck.com/opdavies/drush-make-drupalbristol +slides_embed: --- diff --git a/source/_talks/2014-08-19-drupal-association.md b/source/_talks/2014-08-19-drupal-association.md index 93943634..d9e5f46f 100644 --- a/source/_talks/2014-08-19-drupal-association.md +++ b/source/_talks/2014-08-19-drupal-association.md @@ -3,3 +3,5 @@ title: About the Drupal Association location: SWDUG slug: drupal-association --- +An impromptu talk about the [Drupal Association](https://assoc.drupal.org) - what it is and does, and what I've been +working on since starting my new role there in May. diff --git a/source/_talks/2015-07-25-test-drive-twig-with-sculpin.md b/source/_talks/2015-07-25-test-drive-twig-with-sculpin.md index 2e8dfad7..d5d697a5 100644 --- a/source/_talks/2015-07-25-test-drive-twig-with-sculpin.md +++ b/source/_talks/2015-07-25-test-drive-twig-with-sculpin.md @@ -2,4 +2,17 @@ title: Test Drive Twig with Sculpin location: DrupalCamp North slug: test-drive-twig-sculpin +slides: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin +slides_embed: +tags: + - conference + - drupalcamp + - sculpin + - twig --- +This session covers how to download and install Sculpin on your computer, and how to build a Sculpin site using YAML, +Markdown and Twig which you can use as a stand-alone static website or as a HTML prototype that you can copy and paste +into your Drupal 8 theme. + +We'll also cover tips and tricks such as Sculpin themes, layouts and partials, and common Twig methods such as blocks +and template inheritance, loops, conditional statements and filters. diff --git a/source/_talks/2015-08-21-sculpin.md b/source/_talks/2015-08-21-sculpin.md index d8cd2660..0c5079d7 100644 --- a/source/_talks/2015-08-21-sculpin.md +++ b/source/_talks/2015-08-21-sculpin.md @@ -3,3 +3,4 @@ title: Building Static Websites with Sculpin location: Unified Diff slug: sculpin --- +TBC