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
- Host: GitHub
- URL: https://github.com/invalidusrname/meetup-octopress
- Owner: invalidusrname
- Created: 2012-03-09T15:22:15.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-09T15:42:54.000Z (over 14 years ago)
- Last Synced: 2025-08-15T04:49:32.961Z (10 months ago)
- Homepage:
- Size: 87.9 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 %}