Add sessions

This commit is contained in:
Oliver Davies 2019-05-03 13:22:39 +01:00
parent 29b3299132
commit 82802ecc45
3 changed files with 19 additions and 0 deletions

View file

@ -1,4 +1,6 @@
sculpin_content_types:
sessions:
permalink: /sessions/:basename/
speakers:
permalink: /speakers/:basename/
posts:

View file

@ -0,0 +1 @@
{% extends 'page' %}

View file

@ -0,0 +1,16 @@
---
title: Introduction to Views
speakers:
- Tom Metcalfe
---
Thinking of covering:
- Basic listing
- Display modes vs fields
- Sorting
- Filtering (search)
- Potentially taxonomy driven listings
- Relationships
- Contextual filters
- Displays
- Finish up with an advanced example like a JSON feed or a Google Map