See the rendered site: http://www.pomo.tv
To run this:
bundle install
bundle exec middleman
PR's encouraged.
To add videos for an event:
- Add the videos to
data/videos.yml. Also look atdata/events.yml,data/editions.ymlanddata/speakers.ymland add the missing information there. It's important that we keepdata/editions.ymlsorted by date. Please take the time to add tags, this really helps for discovering new videos. Also, if there's a transcript/background-info/conference page for this video available, use thedirect-linkattribute to link to it.
You might also want to run bundle exec rake lint:speakers to verify that every speaker has a bio. Run bundle exec rake lint:editions to verify that every event has the correct info. You can check everything with bundle exec middleman build --clean. This automatically gets run if you make a PR.
If you want to import an entire YouTube account, you can run bundle exec rake fetchyt[uikonf] (replace uikonf with the name of the YouTube account). To do this, you need to create a .env file with a YouTube API account in there. You will need to edit the generated YAML before copy-pasting it into videos.yml.
If you get the following error:
An error occurred while installing eventmachine (1.0.8), and Bundler cannot
continue.
Make sure that `gem install eventmachine -v '1.0.8'` succeeds before bundling.
please perform the following command:
$ gem install eventmachine -v '1.0.8' -- --with-cppflags=-I/usr/local/opt/openssl/include