Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benruns/project
https://github.com/benruns/project
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benruns/project
- Owner: BenRuns
- Created: 2017-07-18T05:03:37.000Z (over 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-08-07T18:48:56.000Z (over 7 years ago)
- Last Synced: 2024-12-01T13:48:16.427Z (2 months ago)
- Language: Ruby
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WSEALUG's homepage in development
## Development
The site uses jekyll, a static site generator. Learn more
about [jekyll here.](http://jekyllrb.com/)### Prerequisites
1. Ruby 2.3
- Check your system by typing in `ruby -v`
- you may have to install [rvm](http://rvm.io) to get it running
2. bundler `gem install bundler`#### Quick set up
$ git clone thisrepo #UPDATE
$ cd thisrepo #UPDATE
$ bundle install
$ bundle exec jekyll serveNow browse to http://localhost:4000
### Contributing
1. Fork the repo
2. Make your changes(For Adding a blog, see )### Adding a blog
TODO### TODO
- gather emails, social media links
- Get existing assets
- Bio for organizers
- Set up a google calender to link to for events (check integration with meetup)
- Get existing assets
- Put into an existing theme
- Automatic deployment after merge to master with Circle CI, Travis?