Refactor to a speaker content type
This commit is contained in:
parent
10d6db671e
commit
837ed51ef2
|
@ -1,3 +1,5 @@
|
|||
sculpin_content_types:
|
||||
speakers:
|
||||
permalink: /speaker/:basename/
|
||||
posts:
|
||||
enabled: false
|
||||
|
|
|
@ -1,27 +1,2 @@
|
|||
name: 'PHPSW'
|
||||
locale: en
|
||||
speakers:
|
||||
- name: Oliver Davies
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/c/8/8/1/highres_317091329.jpeg
|
||||
- name: Robin Hodson
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/2/f/e/1/highres_243972257.jpeg
|
||||
- name: Rob Allen
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/3/b/f/2/highres_312615346.jpeg
|
||||
- name: Dan Leech
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/b/e/3/a/highres_257208698.jpeg
|
||||
- name: Mike Karthauser
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/2/3/5/2/highres_80709042.jpeg
|
||||
- name: Nigel Dunn
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/b/b/b/4/highres_131268052.jpeg
|
||||
- name: Naomi Gotts
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/5/5/2/highres_311941362.jpeg
|
||||
- name: Ryan Lee
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/7/c/c/4/highres_273691940.jpeg
|
||||
- name: James Titcumb
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/9/d/3/c/highres_134740252.jpeg
|
||||
- name: Derick Rethans
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/6/3/f/0/highres_276685584.jpeg
|
||||
- name: Dave Liddament
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/9/2/c/4/highres_203797572.jpeg
|
||||
- name: Ciaran McNulty
|
||||
imageUrl: /images/ciaran.jpg
|
||||
|
|
1
source/_layouts/speaker.html.twig
Normal file
1
source/_layouts/speaker.html.twig
Normal file
|
@ -0,0 +1 @@
|
|||
{% extends 'default' %}
|
4
source/_speakers/ciaran-mcnulty.md
Normal file
4
source/_speakers/ciaran-mcnulty.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
name: Ciaran McNulty
|
||||
imageUrl: /images/ciaran.jpg
|
||||
---
|
4
source/_speakers/dan-leech.md
Normal file
4
source/_speakers/dan-leech.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
name: Dan Leech
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/b/e/3/a/highres_257208698.jpeg
|
||||
---
|
6
source/_speakers/dave-liddament.md
Normal file
6
source/_speakers/dave-liddament.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
name: Dave Liddament
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/9/2/c/4/highres_203797572.jpeg
|
||||
---
|
||||
|
||||
Director and Developer at Lamp Bristol. PHP, Java and Python software developer.
|
4
source/_speakers/derick-rethans.md
Normal file
4
source/_speakers/derick-rethans.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
name: Derick Rethans
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/6/3/f/0/highres_276685584.jpeg
|
||||
---
|
6
source/_speakers/james-titcumb.md
Normal file
6
source/_speakers/james-titcumb.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
name: James Titcumb
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/9/d/3/c/highres_134740252.jpeg
|
||||
---
|
||||
|
||||
James is the founder of the UK based PHP Hampshire user group, a Zend Certified Engineer and Development Manager at Protected.co.uk.
|
6
source/_speakers/mike-karthauser.md
Normal file
6
source/_speakers/mike-karthauser.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
name: Mike Karthauser
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/2/3/5/2/highres_80709042.jpeg
|
||||
---
|
||||
|
||||
Dev since '98. PHP since '03.
|
4
source/_speakers/naomi-gotts.md
Normal file
4
source/_speakers/naomi-gotts.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
name: Naomi Gotts
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/5/5/2/highres_311941362.jpeg
|
||||
---
|
4
source/_speakers/nigel-dunn.md
Normal file
4
source/_speakers/nigel-dunn.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
name: Nigel Dunn
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/b/b/b/4/highres_131268052.jpeg
|
||||
---
|
6
source/_speakers/oliver-davies.md
Normal file
6
source/_speakers/oliver-davies.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
name: Oliver Davies
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/c/8/8/1/highres_317091329.jpeg
|
||||
---
|
||||
|
||||
Full Stack Software Consultant. Drupal and PHP expert.
|
6
source/_speakers/rob-allen.md
Normal file
6
source/_speakers/rob-allen.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
name: Rob Allen
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/3/b/f/2/highres_312615346.jpeg
|
||||
---
|
||||
|
||||
PHP developer from Worcester.
|
6
source/_speakers/robin-hodson.md
Normal file
6
source/_speakers/robin-hodson.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
name: Robin Hodson
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/2/f/e/1/highres_243972257.jpeg
|
||||
---
|
||||
|
||||
Ready to look for coding/hardware work post-lockdown, now largely recovered from stressful experiences. Accepted work from the government in September/October; currently realigning goals plus getting things I've been working on a bit more tangible.
|
4
source/_speakers/ryan-lee.md
Normal file
4
source/_speakers/ryan-lee.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
name: Ryan Lee
|
||||
imageUrl: https://secure.meetupstatic.com/photos/member/7/c/c/4/highres_273691940.jpeg
|
||||
---
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
layout: default
|
||||
use: [speakers]
|
||||
---
|
||||
|
||||
{% include 'speakers/recent-speakers' %}
|
||||
{% include 'speakers/recent-speakers' with {
|
||||
speakers: data.speakers,
|
||||
} %}
|
||||
|
|
Loading…
Reference in a new issue