Skip to content

invalidusrname/meetup-octopress

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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

About

Display meetup.com upcoming events in octopress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published