A plugin to display upcoming meetup.com events in the sidebar of an Octopress blog.
- Download meetup_aside.html and place it in the source/_includes/asides folder
- Download meetup.html and place it in the source/_includes/custom folder
In _config.yml add the following entries:
meetup_group_id: \<your meetup.com group_id\>
meetup_event_limit: \<the max number of events to show/>
In _config.yml add meetup.html to the default_asides list
default_asides: [__asides/meetup.html__, asides/recent_posts.html]
In _includes/custom/footer.html add the following line:
{% include custom/meetup.html %}