Add excerpts
This commit is contained in:
parent
d7958cc762
commit
0a9a12f0da
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Deploying PHP applications with Ansible, Ansible Vault and Ansistrano
|
||||
excerpt: How to use Ansible and Ansistrano to perform robust, secure deployments of your PHP applications.
|
||||
speakerdeck:
|
||||
id: c11fe635ed8f4741b35bf3ebe53e8323
|
||||
ratio: "1.77777777777778"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Drupal VM Generator
|
||||
excerpt: Announcing the Drupal VM Generator CLI tool.
|
||||
type: Lightning talk
|
||||
code: https://github.com/opdavies/drupal-vm-generator
|
||||
tags: [drupal-vm, drupal-vm-generator, meetup, symfony]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: drush make drupalbristol
|
||||
excerpt: How to Drush Make to build your Drupal websites.
|
||||
speakerdeck:
|
||||
id: 42605700f102013198de5a5f6f23ab67
|
||||
ratio: '1.29456384323641'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Never Commit to Master - An Introduction to Git Flow
|
||||
excerpt: An introduction to and demonstation of the Git Flow braching model.
|
||||
speakerdeck:
|
||||
id: 201559e0f103013198dd5a5f6f23ab67
|
||||
ratio: '1.29456384323641'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: It All Started With A Patch
|
||||
excerpt: A lightning talk on how and why to get involved with open source.
|
||||
type: Lightning talk
|
||||
tags: [meetup, phpsw, open-source]
|
||||
speakerdeck:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: So, what is this Drupal thing?
|
||||
excerpt: My first talk, where I talk about Drupal, what it is and what it can do.
|
||||
vimeo:
|
||||
id: 49827006
|
||||
tags: [meetup, drupal, unified-diff]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Taking Flight with Tailwind CSS
|
||||
excerpt: An introduction to the utility-first approach to writing CSS with a focus on the Tailwind CSS framework.
|
||||
type: Lightning talk
|
||||
speakerdeck:
|
||||
id: 10ca51f23560443d83b898a92929b4b3
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Using Laravel Collections... Outside Laravel
|
||||
excerpt: How to include and use Laravel’s Illuminate Collections in your non-Laravel PHP projects.
|
||||
speakerdeck:
|
||||
id: 76f1718a75a74940b0b028aac8b9f78b
|
||||
ratio: '1.77777777777778'
|
||||
|
|
|
@ -6,21 +6,26 @@ meta:
|
|||
use: [talks]
|
||||
talks:
|
||||
- title: 'Drupal and the LDAP module'
|
||||
excerpt: A review and demonstration of some of the recent single sign-on work that I did using Drupal’s LDAP module.
|
||||
events:
|
||||
- event: swdug
|
||||
date: 2013-07-10
|
||||
|
||||
- title: 'About the Drupal Association'
|
||||
excerpt: An impromptu talk about what the Drupal Association is, and what work I’ve been doing since I joined the Association staff.
|
||||
events:
|
||||
- event: swdug
|
||||
date: 2014-08-19
|
||||
|
||||
- title: 'Automated testing with Drupal 8 and PHPUnit'
|
||||
excerpt: A workshop that I gave to teach others about automated testing in Drupal 8.
|
||||
type: Workshop
|
||||
events:
|
||||
- event: drupal_bristol
|
||||
date: 2018-06-27
|
||||
|
||||
- title: 'Episode #175 - Automated Testing'
|
||||
excerpt: I joined the Talking Drupal team to discuss automated testing.
|
||||
type: Podcast
|
||||
url: http://talkingdrupal.com/175
|
||||
events:
|
||||
|
|
Reference in a new issue