cfpb / cfpb.github.io

A site for the CFPB to share and discuss its technology work with the world.
https://cfpb.github.io/
Creative Commons Zero v1.0 Universal
358 stars 98 forks source link

Move Privacy Act statement to separate page #101

Closed Scotchester closed 8 years ago

Scotchester commented 8 years ago

Also updates Gemfile.lock for the latest version of the GitHub Pages gem.

Testing

  1. Pull branch
  2. bundle install
  3. bundle exec jekyll serve --baseurl ''
  4. Go to http://localhost:4000/
  5. Click the "View Privacy Act statement" link near the bottom of the homepage to see the new page.

    Please review

    • @cfarm
    • @marteki
    • @jimmynotjim
higs4281 commented 8 years ago

@Scotchester the line and new page works for me if I bump the version in Gemfile.lock back to nokogiri (1.6.7)

higs4281 commented 8 years ago

👍 works on mac with a config param:

bundle config build.nokogiri --use-system-libraries
bundle install
jimmynotjim commented 8 years ago

Same as @higs4281. Mind updating the Readme for the time being with this instruction?

Scotchester commented 8 years ago

Note added to README! Mergin'.