Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 466 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 466 Bytes

Website for OpenLexington

Developing

  • use modern Ruby, ~2.5
  • install dependencies with bundle
  • test site build with bundle exec jekyll serve
  • the main page lives in index.html. layouts are in the _layouts folder.

See the jekyll documentation for more.

Build Static

  • jekyll build

Merges and other commits to the gh-pages branch will build out the site on GitHub Pages.