Repository containing experience from ReactiveConf in Prague held in 2018-10-29 - 2018-10-31
If you want to add notes or modify existing ones / feel free to create a pull request.
- Go to the /src/pages
- Create a folder and named it by the talk title.
- Inside the created folder create an
index.mdfiled. - Add a frontmatter at the beginning of
index.mdin that format
---
title: Talk title
date: "2018-10-30T12:10:00.000Z"
author: Your Name
---
- Note: I will try to adjust the site to show your name from author field after the first pull request.
- Go to the /src/pages
- Choose a folder and named it by the talk title.
- Inside the folder modify an
index.mdfiled. - Add your name to Author field to the frontmatter at the beginning of the document
---
...
author: Your Name
---