Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 341 Bytes

File metadata and controls

13 lines (10 loc) · 341 Bytes

devops4lib.github.io

Website for the DevOps4Lib summit. Live site is available at https://devops4lib.github.io

To build this site:

  • asdf install
  • bundle install
  • jekyll serve # this will build the site and serve it at http://localhost:4000

To make changes

  • Checkout this code
  • Make changes on a branch
  • Put in a pull request