Feature/talks (#12)

* Add talks layout

- Add archetype for talks page.
- Add shortcodes for section, slide.
- Add single layout.

Resolves: #11

* Update readme with talks
This commit is contained in:
Jiri Hubacek
2018-05-08 02:32:05 +02:00
committed by Luiz F. A. de Prá
parent 9328ab63c8
commit bfe0272bd7
5 changed files with 72 additions and 1 deletions

11
archetypes/talks.md Normal file
View File

@@ -0,0 +1,11 @@
+++
draft = true
date = {{ .Date }}
title = "{{ replace .Name "-" " " | title }}"
tags = []
categories = []
+++
{{% section %}}
{{% /section %}}