https://github.com/peterramsing/benton-county-career-convention
https://github.com/peterramsing/benton-county-career-convention
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterramsing/benton-county-career-convention
- Owner: peterramsing
- Created: 2016-11-26T22:57:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:46:58.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T02:44:07.194Z (over 1 year ago)
- Language: HTML
- Size: 21.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The site for the Benton County Career Convention
## Setup
* Requires [Ruby](https://www.ruby-lang.org/en/documentation/installation/)
Set up rbenv
https://github.com/rbenv/rbenv
* Requires [Bundler](https://bundler.io)
* `$ gem install bundler`
* `$ bundle install`
## Build
### Development
* `$ bundle exec jekyll s`
### Production
* `$ JEKYLL_ENV=production bundle exec jekyll build`
## Deploy
This is hosted on GitHub so pushing to `master` will deploy the site.