Update slides, video links
This commit is contained in:
		
							parent
							
								
									b3cd50f7e9
								
							
						
					
					
						commit
						00dd9e6cf7
					
				
					 19 changed files with 74 additions and 49 deletions
				
			
		|  | @ -1,8 +1,8 @@ | |||
| {% if page.slides_embed %} | ||||
| {% if page.slides.embed %} | ||||
|     <div class="talk-slides"> | ||||
|         <h2>Slides</h2> | ||||
|         <div class="presentation"> | ||||
|             {{ page.slides_embed|raw }} | ||||
|             {{ page.slides.embed|raw }} | ||||
|         </div> | ||||
|     </div> | ||||
| {% endif %} | ||||
|  |  | |||
|  | @ -1,8 +1,8 @@ | |||
| {% if page.video_embed %} | ||||
| {% if page.video.embed %} | ||||
|     <div class="talk-video"> | ||||
|         <h2>Video</h2> | ||||
|         <div class="embed-container"> | ||||
|             {{ page.video_embed|raw }} | ||||
|             {{ page.video.embed|raw }} | ||||
|         </div> | ||||
|     </div> | ||||
| {% endif %} | ||||
|  |  | |||
|  | @ -1,7 +1,8 @@ | |||
| --- | ||||
| title: Dancing for Drupal | ||||
| slides: https://speakerdeck.com/opdavies/umbristol-dancing-for-drupal | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="ffa9b6dea6dc4a8eb207b9982ed6e1bd" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/umbristol-dancing-for-drupal | ||||
|     embed: <script async class="speakerdeck-embed" data-id="ffa9b6dea6dc4a8eb207b9982ed6e1bd" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| tags: [meetup, umbristol, drupal] | ||||
| tweets: yes | ||||
| events: | ||||
|  |  | |||
|  | @ -3,10 +3,12 @@ title: Getting Started with Drupal 8 Module Development | |||
| tags: [conference, php, drupal, drupalcamp, drupal-8] | ||||
| tweets: yes | ||||
| code: https://github.com/opdavies/dclondon16-d8-module | ||||
| slides: https://speakerdeck.com/opdavies/getting-started-with-drupal-8-module-development | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="0041804e52664d12a8e31cd118264813" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| video: https://www.youtube.com/watch?v=qO_Wh5WE3VA | ||||
| video_embed: <iframe width="560" height="315" src="https://www.youtube.com/embed/qO_Wh5WE3VA" frameborder="0" allowfullscreen></iframe> | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/getting-started-with-drupal-8-module-development | ||||
|     embed: <script async class="speakerdeck-embed" data-id="0041804e52664d12a8e31cd118264813" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| video: | ||||
|     url: https://www.youtube.com/watch?v=qO_Wh5WE3VA | ||||
|     embed: <iframe width="560" height="315" src="https://www.youtube.com/embed/qO_Wh5WE3VA" frameborder="0" allowfullscreen></iframe> | ||||
| meta: | ||||
|     og: | ||||
|         title: Getting Started with Drupal 8 Module Development | ||||
|  |  | |||
|  | @ -1,8 +1,9 @@ | |||
| --- | ||||
| title: Drupal 8: Rejoining the Herd | ||||
| tags: [conference, php, drupal, drupal-8] | ||||
| slides: https://speakerdeck.com/opdavies/drupal-rejoining-the-herd | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="440fd6592f474741bc606c96bc32c104" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/drupal-rejoining-the-herd | ||||
|     embed: <script async class="speakerdeck-embed" data-id="440fd6592f474741bc606c96bc32c104" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| events: | ||||
|     - { id: phpsc-16, date: '2016-06-11' } | ||||
| --- | ||||
|  |  | |||
|  | @ -1,9 +1,11 @@ | |||
| --- | ||||
| title: Drupal 8 | ||||
| slides: https://speakerdeck.com/opdavies/drupal-8 | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="46ba4ba577d94a32b7abdade610ceb69" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| video: https://www.youtube.com/watch?v=36zCxPrOOzM | ||||
| video_embed: <iframe width="560" height="315" src="https://www.youtube.com/embed/36zCxPrOOzM" frameborder="0" allowfullscreen></iframe> | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/drupal-8 | ||||
|     embed: <script async class="speakerdeck-embed" data-id="46ba4ba577d94a32b7abdade610ceb69" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| video: | ||||
|     url: https://www.youtube.com/watch?v=36zCxPrOOzM | ||||
|     embed: <iframe width="560" height="315" src="https://www.youtube.com/embed/36zCxPrOOzM" frameborder="0" allowfullscreen></iframe> | ||||
| joindin: https://joind.in/talk/view/14380 | ||||
| tags: [meetup, phpsw, drupal, drupal-8] | ||||
| tweets: yes | ||||
|  |  | |||
|  | @ -2,10 +2,12 @@ | |||
| title: Modern Drupal Development with Composer | ||||
| type: Lightning talk | ||||
| tags: ['meetups', 'phpsw', 'drupal', 'composer'] | ||||
| slides: https://speakerdeck.com/opdavies/modern-drupal-development-with-composer | ||||
| slides_embed: '<script async class="speakerdeck-embed" data-id="7a1358502526425a9cfd288f85fb32f3" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>' | ||||
| video: https://www.youtube.com/watch?v=Yi_FPI3xHwc | ||||
| video_embed: '<iframe width="560" height="315" src="https://www.youtube.com/embed/Yi_FPI3xHwc" frameborder="0" allowfullscreen></iframe>' | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/modern-drupal-development-with-composer | ||||
|     embed: '<script async class="speakerdeck-embed" data-id="7a1358502526425a9cfd288f85fb32f3" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>' | ||||
| video: | ||||
|     url: https://www.youtube.com/watch?v=Yi_FPI3xHwc | ||||
|     embed: '<iframe width="560" height="315" src="https://www.youtube.com/embed/Yi_FPI3xHwc" frameborder="0" allowfullscreen></iframe>' | ||||
| events: | ||||
|     - { id: phpsw, date: '2016-11-09' } | ||||
| --- | ||||
|  |  | |||
|  | @ -2,10 +2,12 @@ | |||
| title: Drupal VM Generator | ||||
| code: https://github.com/opdavies/drupal-vm-generator | ||||
| tags: [drupal-vm, drupal-vm-generator, meetup, symfony] | ||||
| slides: https://speakerdeck.com/opdavies/bristol-dug-drupal-vm-generator | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="a27ee1d2bfed4a209dc395fa455acb41" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| video: https://youtu.be/U1pbKAAO2Wo?t=3696 | ||||
| video_embed: <iframe width="560" height="315" src="https://www.youtube.com/embed/U1pbKAAO2Wo?start=3696" frameborder="0" allowfullscreen></iframe> | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/bristol-dug-drupal-vm-generator | ||||
|     embed: <script async class="speakerdeck-embed" data-id="a27ee1d2bfed4a209dc395fa455acb41" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| video: | ||||
|     url: https://youtu.be/U1pbKAAO2Wo?t=3696 | ||||
|     embed: <iframe width="560" height="315" src="https://www.youtube.com/embed/U1pbKAAO2Wo?start=3696" frameborder="0" allowfullscreen></iframe> | ||||
| events: | ||||
|     - { id: nwdug, date: '2016-03-08' } | ||||
|     - { id: drupal-bristol, date: '2016-04-02' } | ||||
|  |  | |||
|  | @ -1,8 +1,9 @@ | |||
| --- | ||||
| title: Drupal VM, Meet Symfony Console | ||||
| tags: [conference, php, drupal-vm, symfony] | ||||
| slides: https://speakerdeck.com/opdavies/drupal-vm-meet-symfony-console | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="56c79770f73f4e47a542a30243437c49" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/drupal-vm-meet-symfony-console | ||||
|     embed: <script async class="speakerdeck-embed" data-id="56c79770f73f4e47a542a30243437c49" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| image: drupal-vm-meet-symfony-console.png | ||||
| events: | ||||
|     - { id: drupalcamp-bristol-2016, date: '2016-07-23' } | ||||
|  |  | |||
|  | @ -1,8 +1,9 @@ | |||
| --- | ||||
| title: Drupal.org in 2015: What's Coming Next | ||||
| tags: [conference, drupalcamp, drupalcamp-london, drupal-association] | ||||
| slides: https://speakerdeck.com/opdavies/drupal-dot-org-in-2015 | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="0cf8d7b647c94ae289e9db2b46a9e8f2" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/drupal-dot-org-in-2015 | ||||
|     embed: <script async class="speakerdeck-embed" data-id="0cf8d7b647c94ae289e9db2b46a9e8f2" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| events: | ||||
|     - { id: drupalcamp-brighton-2015, date: '2015-01-18' } | ||||
|     - { id: drupalcamp-london-2015, date: '2015-02-28' } | ||||
|  |  | |||
|  | @ -1,7 +1,8 @@ | |||
| --- | ||||
| title: drush make drupalbristol | ||||
| slides: https://speakerdeck.com/opdavies/drush-make-drupalbristol | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="42605700f102013198de5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/drush-make-drupalbristol | ||||
|     embed: <script async class="speakerdeck-embed" data-id="42605700f102013198de5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| tags: [meetup, drupal, drupal-bristol, drush, drush-make] | ||||
| events: | ||||
|     - { id: drupal-bristol, date: '2014-07-02' } | ||||
|  |  | |||
|  | @ -1,7 +1,8 @@ | |||
| --- | ||||
| title: Getting (Your Data) Into Drupal 8 | ||||
| slides: https://speakerdeck.com/opdavies/getting-your-data-into-drupal-8-drupal-bristol | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="63e5dfce996e46699e304d50e896477b" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/getting-your-data-into-drupal-8-drupal-bristol | ||||
|     embed: <script async class="speakerdeck-embed" data-id="63e5dfce996e46699e304d50e896477b" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| tags: [drupalcamp, migration, drupal-8] | ||||
| events: | ||||
|     - { id: drupal-bristol, date: '2017-01-18' } | ||||
|  |  | |||
|  | @ -1,9 +1,11 @@ | |||
| --- | ||||
| title: Never Commit to Master - An Introduction to Git Flow | ||||
| slides: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="201559e0f103013198dd5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| video: https://www.youtube.com/watch?v=T-miCpHxfds | ||||
| video_embed: <iframe width="560" height="315" src="https://www.youtube.com/embed/T-miCpHxfds" frameborder="0" allowfullscreen></iframe> | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow | ||||
|     embed: <script async class="speakerdeck-embed" data-id="201559e0f103013198dd5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| video: | ||||
|     url: https://www.youtube.com/watch?v=T-miCpHxfds | ||||
|     embed: <iframe width="560" height="315" src="https://www.youtube.com/embed/T-miCpHxfds" frameborder="0" allowfullscreen></iframe> | ||||
| tags: [conference, drupalcamp, drupalcamp-london, git, git-flow] | ||||
| slug: git-flow | ||||
| tweets: yes | ||||
|  |  | |||
|  | @ -1,8 +1,9 @@ | |||
| --- | ||||
| title: Goodbye Drush Make. Hello Composer! | ||||
| tags: ['meetup', 'drupal', 'composer'] | ||||
| slides: http://bit.ly/slides-goodbye-drush-make-hello-composer2 | ||||
| slides_embed: '<script async class="speakerdeck-embed" data-id="1c1e0e129ab34816bd4c4edb5f6642c2" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>' | ||||
| slides: | ||||
|     url: http://bit.ly/slides-goodbye-drush-make-hello-composer2 | ||||
|     embed: '<script async class="speakerdeck-embed" data-id="1c1e0e129ab34816bd4c4edb5f6642c2" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>' | ||||
| events: | ||||
|     - { id: drupal-bristol, date: '2016-11-17' } | ||||
| --- | ||||
|  |  | |||
|  | @ -1,8 +1,12 @@ | |||
| --- | ||||
| title: It All Started With A Patch | ||||
| tags: [meetup, phpsw, open-source] | ||||
| slides: https://speakerdeck.com/opdavies/it-all-started-with-a-patch-phpsw | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="5862bdecb7a24cfaa5fc844696fafa0c" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/it-all-started-with-a-patch-phpsw | ||||
|     embed: <script async class="speakerdeck-embed" data-id="5862bdecb7a24cfaa5fc844696fafa0c" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| video: | ||||
|     url: https://www.youtube.com/watch?v=5FYMRR61sdo | ||||
|     embed: '<iframe width="560" height="315" src="https://www.youtube.com/embed/5FYMRR61sdo" frameborder="0" allowfullscreen></iframe>' | ||||
| events: | ||||
|     - { id: phpsw, date: '2017-02-08' } | ||||
| --- | ||||
|  |  | |||
|  | @ -1,7 +1,8 @@ | |||
| --- | ||||
| title: Building Static Websites with Sculpin | ||||
| slides: https://speakerdeck.com/opdavies/building-static-websites-with-sculpin | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="6c9c4be1a1344f1291ff13a391674a66" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/building-static-websites-with-sculpin | ||||
|     embed: <script async class="speakerdeck-embed" data-id="6c9c4be1a1344f1291ff13a391674a66" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| code: https://github.com/opdavies/sculpin-demo | ||||
| joindin: https://joind.in/talk/view/15486 | ||||
| tags: [meetups, phpsw, sculpin] | ||||
|  |  | |||
|  | @ -1,7 +1,8 @@ | |||
| --- | ||||
| title: Test Drive Twig with Sculpin | ||||
| slides: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="54589d2e50a3476a9a75aed809e9edf1" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin | ||||
|     embed: <script async class="speakerdeck-embed" data-id="54589d2e50a3476a9a75aed809e9edf1" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| code: https://github.com/opdavies/sculpin-demo | ||||
| tags: [conference, drupalcamp, drupalcamp-north, sculpin, twig] | ||||
| tweets: yes | ||||
|  |  | |||
|  | @ -1,7 +1,8 @@ | |||
| --- | ||||
| title: Test Driven Drupal development with SimpleTest and PHPUnit | ||||
| slides: https://speakerdeck.com/opdavies/test-driven-drupal-development-with-simpletest-and-phpunit-drupalcamp-london-2017 | ||||
| slides_embed: <script async class="speakerdeck-embed" data-id="4f12722ed400468b93ebb32a23b3c757" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| title: Test Driven Drupal Development with SimpleTest and PHPUnit | ||||
| slides: | ||||
|     url: https://speakerdeck.com/opdavies/test-driven-drupal-development-with-simpletest-and-phpunit-drupalcamp-london-2017 | ||||
|     embed: <script async class="speakerdeck-embed" data-id="4f12722ed400468b93ebb32a23b3c757" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | ||||
| tags: [drupalcamp, simpletest, phpunit, testing] | ||||
| events: | ||||
|     - { id: drupalcamp-london-2017, date: '2017-03-04' } | ||||
|  |  | |||
|  | @ -1,8 +1,9 @@ | |||
| --- | ||||
| title: So, what is this Drupal thing? | ||||
| location:  | ||||
| video: https://vimeo.com/49827006 | ||||
| video_embed: <iframe src="https://player.vimeo.com/video/49827006" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> | ||||
| video: | ||||
|     url: https://vimeo.com/49827006 | ||||
|     embed: <iframe src="https://player.vimeo.com/video/49827006" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> | ||||
| tags: [meetup, drupal, unified-diff] | ||||
| events: | ||||
|     - { id: udiff, date: '2012-09-05' } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue