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

View File

@@ -49,8 +49,12 @@ theme = "coder" # set the theme
weight = 1
url = "/posts/"
[[menu.main]]
name = "About"
name = "Talks"
weight = 2
url = "/talks/"
[[menu.main]]
name = "About"
weight = 3
url = "/about/"
```