https://github.com/mastert/presentations
The slides of my presentations hosted on Github Pages using Jekyll.
https://github.com/mastert/presentations
Last synced: 5 months ago
JSON representation
The slides of my presentations hosted on Github Pages using Jekyll.
- Host: GitHub
- URL: https://github.com/mastert/presentations
- Owner: masterT
- Created: 2018-08-10T20:48:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T01:51:39.000Z (over 3 years ago)
- Last Synced: 2025-08-14T07:47:56.742Z (10 months ago)
- Language: HTML
- Homepage: http://mastert.github.io/presentations
- Size: 331 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presentations
> The slides of my presentations hosted on Github Pages using Jekyll.
### World Wide Web
- 2020-04-10
- [slides](presentations/world-wide-web/README.md)
### Introduction to Ruby
- 2018-08-10
- [slides](presentations/introduction-to-ruby/README.md)
---
I use [remark](https://github.com/gnab/remark) render the slides from the markdown files.
## Developement
Requirements:
- ruby
- gem bundler
Install dependencies:
```shell
bundle install
```
Start jekyll:
```shell
bundle exec jekyll serve --baseurl ""
```
Open your browser at [http://127.0.0.1:4000](http://127.0.0.1:4000).
## License
[CC0](https://creativecommons.org/share-your-work/public-domain/cc0/)