Skip to content

CDAT/cdat.github.io

Repository files navigation

cdat.github.io

CDAT website

Note: After cloning this repo, you will want to update submodules in order to properly preview the site locally using Jekyll.

To include submodules:

cd cdat.github.io
git submodule update --init --recursive

To install jekyll and other dependencies:

conda install -c conda-forge ruby rb-jekyll
gem install pygments.rb

Once dependencies are installed, to view the site on local machine with Jekyll:

jekyll s

Then open browser to: 127.0.0.1:4000/tutorials.html