A plugin to display upcoming meetup.com events in the sidebar of an Octopress blog.
Installation
Step 1
- 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
Step 2
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/>
Step 3
In _config.yml add meetup.html to the default_asides list
default_asides: [__asides/meetup.html__, asides/recent_posts.html]
Step 4
In _includes/custom/footer.html add the following line:
{% include custom/meetup.html %}