https://github.com/simply007/reactiveconfprague2018
Repository containing experience from Reactive Conference in Prague held in 2018-10-29
https://github.com/simply007/reactiveconfprague2018
blog gatsby gatsbyjs pwa reactiveconf
Last synced: about 2 months ago
JSON representation
Repository containing experience from Reactive Conference in Prague held in 2018-10-29
- Host: GitHub
- URL: https://github.com/simply007/reactiveconfprague2018
- Owner: Simply007
- License: mit
- Created: 2018-10-29T07:26:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T16:52:10.000Z (over 7 years ago)
- Last Synced: 2025-02-10T07:13:48.846Z (over 1 year ago)
- Topics: blog, gatsby, gatsbyjs, pwa, reactiveconf
- Language: JavaScript
- Homepage: https://simply007.github.io/ReactiveConfPrague2018
- Size: 3.75 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactiveConfPrague2018
Repository containing experience from ReactiveConf in Prague held in 2018-10-29 - 2018-10-31
# Contributing
If you want to add notes or modify existing ones / feel free to create a pull request.
## Add Your own notes:
1. Go to the [/src/pages](https://github.com/Simply007/ReactiveConfPrague2018/tree/master/src/pages)
2. Create a folder and named it by the talk title.
3. Inside the created folder create an `index.md` filed.
4. Add a frontmatter at the beginning of `index.md` in 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.
## Edit my notes
1. Go to the [/src/pages](https://github.com/Simply007/ReactiveConfPrague2018/tree/master/src/pages)
2. Choose a folder and named it by the talk title.
3. Inside the folder modify an `index.md` filed.
4. Add your name to Author field to the frontmatter at the beginning of the document
```
---
...
author: Your Name
---
```