Skip to content

invalidusrname/meetup-octopress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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