Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Podcasting with Jekyll

Sayanee
June 26, 2014

Podcasting with Jekyll

Sayanee

June 26, 2014
Tweet

More Decks by Sayanee

Other Decks in Technology

Transcript

  1. 26 JUN 2014
    SINGAPORE
    RUBY CONFERENCE
    live!

    View Slide

  2. podcasting
    v m
    sayan.ee
    www.

    View Slide

  3. individual

    View Slide

  4. languages

    View Slide

  5. broadcasting

    View Slide

  6. internet

    View Slide

  7. blogging

    View Slide

  8. blogging
    w p w p
    w p

    View Slide

  9. podcasting
    v m v m
    v m

    View Slide

  10. podcasting
    with
    +
    in 5 tips!

    View Slide

  11. HOST
    5
    THE SITE

    View Slide

  12. HOST IN
    GITHUB
    $ cd jekyll-site
    $ git push origin gh-pages
    default
    branch

    View Slide

  13. BOOST
    4
    FRONT-MATTER

    View Slide

  14. YAML
    FRONT-MATTER
    ---
    title: 017 Winston Teo
    layout: post
    permalink: /017-winston-teo/
    profile: 017-winston-teo
    enclosure: audio.live.webuild.sg/017-
    winston-teo
    length: 26779736
    description: Winston Teo on developer
    happiness and Ruby community events.
    ---
    podcast
    info in
    _posts/

    View Slide

  15. POST
    LAYOUT


    type="audio/mpeg">
    type="audio/ogg">


    html markup
    in _layouts/
    liquid
    templating

    View Slide

  16. ADD
    3
    CONFIGS

    View Slide

  17. CREATE
    SETTINGS
    name: We Build LIVE
    description: We Build LIVE - A live
    conversation with geeks in town on building,
    learning and sharing!
    feed: http://feeds.feedburner.com/WeBuildLive
    markdown: redcarpet
    url: http://live.webuild.sg
    timezone: Singapore/Singapore
    encoding: UTF-8
    default_day: Sat
    default_time: 11am
    _config.yml

    View Slide

  18. DEFAULT
    LAYOUT


    href="{{ site.feed }}" />


    html markup in
    _layouts/default.html
    liquid
    templating

    View Slide

  19. CREATE
    2
    WEB SYNDICATION

    View Slide

  20. CREATE
    FEED

    {{ site.name }}
    {{ site.description }}

    {% for post in site.posts %}

    {{ post.title }}
    {{ post.enclosure }}.mp3
    {{ post.date | date_to_rfc822 }}
    length="{{ post.length }}" type="audio/mp3" />


    {% endfor %}

    feed.xml

    View Slide

  21. SUBSCRIBE
    1
    TO YOUR FAV PODCAST

    View Slide

  22. View Slide

  23. LISTEN LEARN SHARE
    c

    View Slide

  24. CODE

    View Slide

  25. CREDITS

    View Slide

  26. REFERENCES

    View Slide