talks

talks

💬 Slides and descriptions for talks I've given

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.

https://jez.io/talks/

Sources for many of my talks are here too:

Theme

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

Developing

# 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