Added slides and video blocks

This commit is contained in:
Oliver Davies 2015-12-29 00:39:54 +00:00
parent bc180e8792
commit 33198841a4
8 changed files with 51 additions and 28 deletions

View file

@ -15,14 +15,16 @@
{{ page.blocks.content|raw }}
{% if page.slides.embed %}
<hr>
{% if page.blocks.slides %}
<h2>Slides</h2>
{{ page.slides.embed|raw }}
{{ page.blocks.slides|raw }}
{% endif %}
{% if page.vimeo.id %}
<iframe src="https://player.vimeo.com/video/{{ page.vimeo.id }}?title=0&portrait=0" width="{{ page.vimeo.width|default(500) }}" height="{{ page.vimeo.height|default(281) }}" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
{% if page.blocks.video %}
<h2>Video</h2>
{{ page.blocks.video|raw }}
{% endif %}
</main>
{% endblock content_wrapper %}
{% endblock %}

View file

@ -6,11 +6,12 @@ event:
website: http://unifieddiff.co.uk
location: Cardiff, UK
video: https://vimeo.com/49827006
vimeo:
id: 49827006
slug: what-is-this-drupal-thing
tags:
- meetup
- drupal
- unified-diff
---
{% block video %}
<iframe src="https://player.vimeo.com/video/49827006?title=0&portrait=0" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
{% endblock %}

View file

@ -5,11 +5,8 @@ event:
name: DrupalCamp London 2014
website: http://2014.drupalcamplondon.co.uk
location: London, UK
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>
slides: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow
video: https://www.youtube.com/watch?v=T-miCpHxfds
youtube: T-miCpHxfds
tags:
- conference
- drupalcamp
@ -18,3 +15,10 @@ tags:
- git-flow
slug: git-flow
---
{% block slides %}
<script async class="speakerdeck-embed" data-id="201559e0f103013198dd5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
{% endblock %}
{% block video %}
<iframe width="560" height="315" src="https://www.youtube.com/embed/T-miCpHxfds" frameborder="0" allowfullscreen></iframe>
{% endblock %}

View file

@ -5,9 +5,7 @@ event:
name: Bristol Drupal user group
website: http://drupalbristol.org.uk
location: Bristol, UK
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>
slides: https://speakerdeck.com/opdavies/drush-make-drupalbristol
tags:
- meetup
- drupal
@ -15,3 +13,6 @@ tags:
- drush
- drush-make
---
{% block slides %}
<script async class="speakerdeck-embed" data-id="42605700f102013198de5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
{% endblock %}

View file

@ -5,11 +5,8 @@ event:
name: PHPSW
website: http://phpsw.uk
location: Bristol, UK
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>
slides: https://speakerdeck.com/opdavies/drupal-8
video: https://www.youtube.com/watch?v=36zCxPrOOzM
youtube: 36zCxPrOOzM
joindin: https://joind.in/talk/view/14380
tags:
- meetup
@ -17,6 +14,12 @@ tags:
- drupal
- drupal-8
---
{% block content %}
This was a ten minute lightning talk, designed to highlight the major changes coming in Drupal 8.
I categorised the technical changes into groups for site builders, developers and themers, and also highlighted the cultural shift from "not invented here" to "proudly found elsewhere" and the benefits that brings.
{% endblock %}
{% block slides %}
<script async class="speakerdeck-embed" data-id="46ba4ba577d94a32b7abdade610ceb69" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
{% endblock %}

View file

@ -5,9 +5,7 @@ event:
name: DrupalCamp North 2015
website: http://drupalcampnorth.org
location: Sunderland, UK
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>
slides: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin
code: https://github.com/opdavies/sculpin-demo
tags:
- conference
@ -16,6 +14,12 @@ tags:
- sculpin
- twig
---
{% block content %}
[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.
{% endblock %}
{% block slides %}
<script async class="speakerdeck-embed" data-id="54589d2e50a3476a9a75aed809e9edf1" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
{% endblock %}

View file

@ -5,14 +5,13 @@ event:
name: umBristol (Bristol Umbraco user group)
website: http://umbristol.co.uk
location: Bristol, UK
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>
slides: https://speakerdeck.com/opdavies/umbristol-dancing-for-drupal
tags:
- meetup
- umbristol
- drupal
---
{% block content %}
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:
@ -26,3 +25,8 @@ The points to cover were:
* 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.
{% endblock %}
{% block slides %}
<script async class="speakerdeck-embed" data-id="ffa9b6dea6dc4a8eb207b9982ed6e1bd" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script>
{% endblock %}

View file

@ -5,18 +5,22 @@ event:
name: PHPSW
website: http://phpsw.uk
location: Bristol, UK
slides: https://speakerdeck.com/opdavies/building-static-websites-with-sculpin
code: https://github.com/opdavies/sculpin-demo
joindin: https://joind.in/talk/view/15486
tags:
- meetups
- phpsw
- sculpin
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>
---
{% block content %}
[Sculpin](http://sculpin.io) is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed.
This talk will cover a little of the background to Sculpin and what it is, and then will move into some demonstrations of how to build a Sculpin site and what it can do!
The full version of the slides are available at <https://opdavies.github.io/slides-phpsw-sculpin>, including the embedded videos.
{% endblock %}
{% block slides %}
<script async class="speakerdeck-embed" data-id="6c9c4be1a1344f1291ff13a391674a66" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
{% endblock %}