Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jez/talks

:speech_balloon: Slides and descriptions for talks I've given
https://github.com/jez/talks

jekyll markdown pandoc slides writing

Last synced: about 2 months ago
JSON representation

:speech_balloon: Slides and descriptions for talks I've given

Awesome Lists containing this project

README

        

# talks

I've been lucky enough to have given a number of talks on subjects I care about.
This site acts as a repository of the talk descriptions and slides in the hopes
that they might be useful.

Sources for many of my talks are here too:

- [slides/](slides)

## Theme

This site uses the [Tufte Pandoc Jekyll] theme, which combines tufte-css with
Pandoc Markdown (including support for tufte-css-style sidenotes!).

[Tufte Pandoc Jekyll]: https://github.com/jez/tufte-pandoc-jekyll

## Developing

```bash
# One-time setup: install the dependencies
bundle install

# Preview the site
bundle exec jekyll serve

# Add a post (set the --date to when the talk was/will be given)
bundle exec octopress new post --date YYYY-MM-DD foo-bar

# Publish changes to GitHub pages
bundle exec jekyll build && bundle exec octopress deploy
```

## License

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://jez.io/MIT-LICENSE.txt)