Temp link:
https://open-uptown.github.io/open-uptown-website/
Thanks to Jekill this is a static website so as a limitation we can't make calls
to any REST API from our pages. As a workaround here are the instructions for updating
local files under _data/ using curl to generate files that can be easly accessed by Liquid Templating System.
- Go to
scriptsfolder. - Run
sh meetup_get_events.sh - key YOUR_API_KEYusing your own key. - This will update the latest 10 events in
_data/meetup/events.jsonfrom our existing Meetup Group. - Verify running it locally and finally push it to
masterbranch to publish it.
This website was built on Jekyll.
Follow these steps to run it locally or go to this temporaly url to check it out.
- Install Jekyll environment.
- Edit
Gemfilefile and comment out the following line since this is required only for GitHub Pages:
gem "github-pages", group: :jekyll_plugins
- Then:
$ bundle install
$ bundle exec jekyll serve --watchPlease leave comments and feedback.
Enjoy!