diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index bccd50bd..3930f5dc 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -233,6 +233,3 @@ youtube: work: role: Senior Developer company: microserve - -imports: - - '../../data/talks.yml' diff --git a/data/talks.yml b/data/talks.yml deleted file mode 100644 index e2676685..00000000 --- a/data/talks.yml +++ /dev/null @@ -1,15 +0,0 @@ -# Any additional talks or workshops that need to be displayed on the talks -# pages, but do not require their own pages. -talks: - - title: 'Drupal and the LDAP module' - events: - - { event: swdug, date: '2013-07-10' } - - - title: 'About the Drupal Association' - events: - - { event: swdug, date: '2014-08-19' } - - - title: 'Automated testing with Drupal 8 and PHPUnit' - type: Workshop - events: - - { event: 'drupal-bristol', date: '2018-06-20' } diff --git a/source/talks.html.twig b/source/talks.html.twig index cc3c9017..e1941709 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -4,6 +4,17 @@ title: Talks meta: description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups' use: [talks] +talks: + - title: 'Drupal and the LDAP module' + events: + - { event: swdug, date: '2013-07-10' } + - title: 'About the Drupal Association' + events: + - { event: swdug, date: '2014-08-19' } + - title: 'Automated testing with Drupal 8 and PHPUnit' + type: Workshop + events: + - { event: 'drupal-bristol', date: '2018-06-20' } --- {% block content %}
I regularly speak at conferences and user groups about a range of subjects including Drupal, Sculpin and Git. If you would like to me to speak at your group or conference, please get in touch.
@@ -11,7 +22,7 @@ use: [talks]