CHORDS Portal Web Site - earthcubeprojects-chords/chords GitHub Wiki
- Is the main web site for CHORDS Portal description and help materials.
- Is hosted on github.io: http://ncar.github.io/chords/.
- Uses the static site builder Jekyll.
- The document materials are in the gh-pages branch (disconnected) of chords_portal. By virtue of being in this branch, github will render and serve the material on github.io. Github.io is Jekyll aware.
You can run a test server on a local host (browse to http://localhost:5000). Any saved changes on your local copy of the gh-pages branch will be immediately recognized and served:
cd chords_pages
bundle exec jekyll server --port 5000