Replaced talks.md with talks.html.twig
This commit is contained in:
parent
72b80c8ac9
commit
89cf4acb32
15
source/talks.html.twig
Normal file
15
source/talks.html.twig
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: default
|
||||
title: Talks
|
||||
use:
|
||||
- talks
|
||||
---
|
||||
|
||||
<h1>Talks</h1>
|
||||
|
||||
<dl>
|
||||
{% for talk in data.talks %}
|
||||
<dt>{{ talk.date|date('F Y') }} - {{ talk.location|raw }}</dt>
|
||||
<dd><a href="{{ site.url }}{{ talk.url }}">{{ talk.title }}</a></dd>
|
||||
{% endfor %}
|
||||
</dl>
|
|
@ -1,38 +0,0 @@
|
|||
---
|
||||
layout: default
|
||||
title: Talks
|
||||
nav: talks
|
||||
use:
|
||||
- posts
|
||||
meta:
|
||||
description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups.'
|
||||
---
|
||||
# Talks
|
||||
|
||||
<!-- ## Upcoming Talks -->
|
||||
|
||||
## Previous Talks
|
||||
|
||||
April 2015 - [PHPSW](http://phpsw.org.uk/events/221484360-lightning-talks)
|
||||
: [Drupal 8](https://speakerdeck.com/opdavies/drupal-8) (lightning talk)
|
||||
|
||||
February 2015 - [DrupalCamp London](http://2015.drupalcamplondon.co.uk)
|
||||
: Drupal.org in 2015: What's coming next?
|
||||
|
||||
January 2015 - [DrupalCamp Brighton](http://www.drupalcampbrighton.co.uk/drupalcamp-brighton-2015/)
|
||||
: Drupal.org in 2015: What's coming next?
|
||||
|
||||
August 2014 - South Wales Drupal User Group
|
||||
: An impromptu talk about the [Drupal Association](https://assoc.drupal.org) and I've done there since joining the team.
|
||||
|
||||
July 2014 - Drupal Bristol
|
||||
: [drush make drupalbristol](/blog/drush-make-drupalbristol): An introduction to Drush and Drush Make
|
||||
|
||||
March 2014 - [DrupalCamp London](http://2014.drupalcamplondon.co.uk)
|
||||
: [Never Commit to Master](/blog/what-git-flow): An Introduction to Git Flow
|
||||
|
||||
July 2013 - South Wales Drupal User Group
|
||||
: An overview of the [Drupal LDAP module](http://www.drupal.org/project/ldap) and how I customised it for a client project.
|
||||
|
||||
September 2012 - [unified.diff](http://unifieddiff.co.uk)
|
||||
: [So, what is this Drupal thing?](http://vimeo.com/49827006) - an introduction to Drupal.
|
Reference in a new issue