* Make the talk titles consistent
* Add replacing the hardcoded list of talks with the one generated from data
* Update website/docs/tutorial.md
Co-authored-by: Simon <simon@siku2.io>
* Update website/docs/tutorial.md
Co-authored-by: Simon <simon@siku2.io>
Co-authored-by: Simon <simon@siku2.io>
The line `server listening at 0.0.0.0:8080` isn’t very visible in the
logs of `trunk serve`, and can be easily be lost if the user does
multiple changes before looking at them. A beginner to web development
may not have the reflex to open this address, or may try to open
`dist/index.html` directly. In both cases he will not be able to see its
application.
Tutorial should be in the docs so that it can be matched to the version
yew that a user is trying to be informed on.
The tutorial now comes under the scope of website testing so had to
tweak the tutorial to pass the tests.