Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evantahler/lbe-internship.com
For the good.
https://github.com/evantahler/lbe-internship.com
Last synced: about 1 month ago
JSON representation
For the good.
- Host: GitHub
- URL: https://github.com/evantahler/lbe-internship.com
- Owner: evantahler
- Created: 2013-07-27T21:34:01.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-03-06T20:25:15.000Z (almost 7 years ago)
- Last Synced: 2024-10-15T21:27:19.756Z (3 months ago)
- Language: CSS
- Homepage: http://www.lbe-internship.com/
- Size: 3.31 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The ETC Creative Good Fund.
### http://www.lbe-internship.com/
### https://github.com/evantahler/lbe-internship.com## How do I build the site?
this is a static site hosted by [github pages](http://pages.github.com/). We use [Jekyll](http://jekyllrb.com/) to build the site and test it locally. Here's a quick guide:
- install [Ruby](http://www.ruby-lang.org/) (comes with OSX)
- [git](http://git-scm.com/) clone this project
- [install](http://gembundler.com/) bundler
- install the gems this project needs with `bundle install`
- run jekyll `jekyll server --watch` which will run this site locally on port 4000.
- running the site will also generate all the static assets for the site in a `_site` folder within this project.To deploy this site, just push your changes to the `gh-pages` branch.