-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Bill McMillin edited this page Aug 27, 2015
·
12 revisions
Welcome to the 2016.code4lib.org wiki!
- Official Jekyll installation instructions
- If you have RubyGems, just enter 'gem install jekyll' in your terminal
- Be sure to check that you have the dependencies installed first!
- cd to repo root and
git pull
bundle install
bundle exec jekyll serve
- check localhost:4000
- make sure that your
_data/path.yml
file's content is simply'/'
- git checkout -b issue-3
- make changes
- check http://localhost:4000 to see your changes
git add {changed-files}
git commit -m "fixes issue #3"
- add your branch to the remote
git push --set-upstream origin issue#24
git checkout master
- go to https://github.com/code4lib/2016.code4lib.org
- make a pull request base:master and compare:issue-3
- wait for someone to test your changes and merge
- do the dance of joy
- make a pull request base:gh-pages and compare:master
- Master should be up to date; you can merge your own pull request here.
Most of the base colors and fonts are set in Bootstrap 3.3.4's variables.less
file located in prototype/bootstrap/less/
. More info on compiling Bootstrap CSS with Grunt can be found on their Getting Started page. Other styles can be found in the css/main.css
directory.
Technical Documentation from the Website Working Group.