Skip to content

mauzey1/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

Packages

No packages published

Languages

  • Python 69.7%
  • CSS 13.2%
  • HTML 11.2%
  • JavaScript 4.9%
  • Shell 1.0%