Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jez/talks
- Owner: jez
- Created: 2016-11-06T03:34:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:18:11.000Z (5 months ago)
- Last Synced: 2024-10-25T14:58:10.945Z (2 months ago)
- Topics: jekyll, markdown, pandoc, slides, writing
- Language: TeX
- Homepage: https://jez.io/talks/
- Size: 7.72 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)