The CEQR Data Hub website is powered by this repository, which uses GitHub Pages and a custom theme. It is maintained by the NYC Department of City Planning’s Data Engineering team.
These instructions are for macOS or Linux.
The latest 3.3 version of ruby is used to align with the github action used to build the site.
- Install rbenv with Homebrew using
brew install rbenv - Set up your shell to load rbenv using
rbenv init - Find the latest version of ruby 3.3 using
rbenv list -l - Install latest 3.3 version using
rbenv install 3.3.x(replace thexto reflect the installed version) - Set this version as the new default using
rbenv global 3.3.x - Verify the default ruby version using
ruby -v - Run
bundle installfrom the root directory of this repo (may eliminate need to rungem install github-pages?)
- Start the local server using
bundle exec jekyll serve - Navigate to
http://localhost:4000or the the server address listed in the terminal
Minimal theme for GitHub Pages