Skip to content

mwengren/ioos-metadata

This branch is 41 commits behind ioos/ioos-metadata:gh-pages.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b4102a · Apr 21, 2021
May 20, 2020
Apr 21, 2021
Apr 21, 2021
Jun 2, 2017
Feb 5, 2020
Feb 27, 2019
May 5, 2017
Mar 20, 2019
Jun 13, 2019
Mar 4, 2021
Sep 14, 2017

Repository files navigation

ioos-metadata

GitHub Pages for IOOS Metadata Profile with Jekyll Documentation Theme

See website at https://ioos.github.io/ioos-metadata/

Developer Info: Running Locally

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.

Option 1: run Jekyll directly

Follow the quickstart instructions at https://jekyllrb.com/docs/ to install jekyll and serve this site.

Option 2: Run Jekyll via Docker

docker run \
  -v "$PWD:/srv/jekyll" \
  -p 4000:4000 \
  jekyll/jekyll:3.8 \
  jekyll serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%