An open API service indexing awesome lists of open source software.

https://github.com/invalidusrname/meetup-octopress

Display meetup.com upcoming events in octopress
https://github.com/invalidusrname/meetup-octopress

Last synced: 4 months ago
JSON representation

Display meetup.com upcoming events in octopress

Awesome Lists containing this project

README

          

A plugin to display upcoming meetup.com events in the sidebar of an [Octopress](http://octopress.org) 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: \
meetup_event_limit: \

### 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 %}