Add sessions
This commit is contained in:
parent
29b3299132
commit
82802ecc45
|
@ -1,4 +1,6 @@
|
||||||
sculpin_content_types:
|
sculpin_content_types:
|
||||||
|
sessions:
|
||||||
|
permalink: /sessions/:basename/
|
||||||
speakers:
|
speakers:
|
||||||
permalink: /speakers/:basename/
|
permalink: /speakers/:basename/
|
||||||
posts:
|
posts:
|
||||||
|
|
1
source/_layouts/session.html.twig
Normal file
1
source/_layouts/session.html.twig
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{% extends 'page' %}
|
16
source/_sessions/intro-to-views.md
Normal file
16
source/_sessions/intro-to-views.md
Normal 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
|
Loading…
Reference in a new issue