GitHub Pages for IOOS Metadata Profile with Jekyll Documentation Theme
See website at https://ioos.github.io/ioos-metadata/
When you clone or pull this repo, make sure to run git submodule update --init
to update the git submodules.
To run, use one of the options below. After jekyll has started, go to http://localhost:4000/ioos-metadata/ to view the site. As you update pages in the repo, the changes will be automatically reflected.
Follow the quickstart instructions at https://jekyllrb.com/docs/ to install jekyll and serve this site.
docker run \
-v "$PWD:/srv/jekyll" \
-p 4000:4000 \
jekyll/jekyll:3.8 \
jekyll serve