Added descriptions
This commit is contained in:
parent
4eb81bf85e
commit
ff5ced970b
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: So, what is this Drupal thing?
|
||||
location: unified.diff
|
||||
location: <a href="http://unifieddiff.co.uk/">unified.diff</a>
|
||||
description: <a href="http://vimeo.com/49827006">So, what is this Drupal thing?</a> - an introduction to Drupal.
|
||||
nav: talks
|
||||
---
|
||||
An introduction to [Drupal](https://www.drupal.org).
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: LDAP Integration with Drupal
|
||||
location: South Wales Drupal User Group
|
||||
description: An overview of the Drupal LDAP module and how I customised it for a client project.
|
||||
tags:
|
||||
- user-group
|
||||
- drupal
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Introduction to Git Flow
|
||||
location: DrupalCamp London 2014
|
||||
location: DrupalCamp London
|
||||
description: <a href="/blog/what-git-flow">Never Commit to Master</a>: An Introduction to Git Flow.
|
||||
slides: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow
|
||||
tags:
|
||||
- conference
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: drush make drupalbristol
|
||||
location: Drupal Bristol User Group
|
||||
description: <a href="/blog/drush-make-drupalbristol">drush make drupalbristol</a>: An introduction to Drush and Drush Make.
|
||||
slides: https://speakerdeck.com/opdavies/drush-make-drupalbristol
|
||||
tags:
|
||||
- user-group
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: About the Drupal Association
|
||||
location: South Wales Drupal User Group
|
||||
date: 2014-08-19
|
||||
description: An impromptu talk about the <a href="https://assoc.drupal.org">Drupal Association</a> and I've done there since joining the team.
|
||||
tags:
|
||||
- user-group
|
||||
- drupal-association
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
title: Drupal.org in 2015: What's Coming Next
|
||||
location: <a href="http://www.drupalcampbrighton.co.uk/drupalcamp-brighton-2015/">DrupalCamp Brighton 2015</a>
|
||||
location: <a href="http://www.drupalcampbrighton.co.uk/drupalcamp-brighton-2015/">DrupalCamp Brighton</a>
|
||||
date: 2015-01-18
|
||||
description: Drupal.org in 2015: What's coming next?
|
||||
tags:
|
||||
- conference
|
||||
- drupalcamp
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
title: Drupal.org in 2015: What's Coming Next
|
||||
location: <a href="http://2015.drupalcamplondon.co.uk">DrupalCamp London 2015</a>
|
||||
location: <a href="http://2015.drupalcamplondon.co.uk">DrupalCamp London</a>
|
||||
date: 2015-02-28
|
||||
description: Drupal.org in 2015: What's coming next?
|
||||
tags:
|
||||
- conference
|
||||
- drupalcamp
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title: Drupal 8 (Lightning Talk)
|
||||
location: <a href="http://phpsw.org.uk/events/221484360-lightning-talks" title="PHPSW: Lightning Talks">PHPSW</a>
|
||||
date: 2015-04-08
|
||||
description: <a href="https://speakerdeck.com/opdavies/drupal-8">Drupal 8</a> (lightning talk)
|
||||
slides: https://speakerdeck.com/opdavies/drupal-8
|
||||
tags:
|
||||
- meetup
|
||||
|
|
|
@ -12,7 +12,7 @@ use:
|
|||
<p>I regularly speak at conferences and user groups about a range of subjects relating to Drupal, PHP and web development. If you would like to me to speak at your group or conference, please <a href="/contact">get in touch</a>.</p>
|
||||
|
||||
{% set now = 'now'|date('U') %}
|
||||
{% set talks = data.talks|reverse %}
|
||||
{% set talks = data.talks %}
|
||||
|
||||
{% set found = false %}
|
||||
{% for talk in talks if talk.date >= now %}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<dt>{{ talk.date|date('F Y') }} - {{ talk.location }}</dt>
|
||||
<dt>{{ talk.date|date('F Y') }} - {{ talk.location|raw }}</dt>
|
||||
<dd>{{ talk.description|raw }}</dd>
|
Loading…
Reference in a new issue