Skip to content

Latest commit

 

History

History
46 lines (42 loc) · 1.67 KB

presentations.md

File metadata and controls

46 lines (42 loc) · 1.67 KB
layout title permalink
page
Presentations
/presentations/

My presentations are mostly about stuff I am passionate about and have been presented in local meetup sessions and events.

    {% assign prs = site.data.presentations | where:"favorite",true | sort: 'favorite_order' | reverse %} {% for presentation in prs %}
  • {{ presentation.name }}

    Last presented at {{presentation.event.name}}

    {{ presentation.description }}

    Explore the source code

  • {% endfor %}
    {% assign prs = site.data.presentations | where:"favorite",false | sort: 'event.date' | reverse %} {% for presentation in prs %}
  • {{ presentation.name }}

    Last presented at {{presentation.event.name}}

    {{ presentation.description }}

    Explore the source code

  • {% endfor %}