An open API service indexing awesome lists of open source software.

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.

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/)