Skip to content

laurabrenskelle/mbon-docs

 
 

Repository files navigation

mbon-docs

Guidance for Marine Biodiversity Observation Network (MBON) Data and File Formatting.

Contributing to the documentation

See CONTRIBUTING.

Deploying site locally

Requirements:

  • bundle
  • Jekyll

See IOOS How To: Local Development with Jekyll.

Clone this repository:

git clone https://github.com/ioos/mbon-docs.git

To build the site, in the mbon-docs/ directory run:

bundle exec jekyll serve --config _config.yml --watch --verbose --incremental

This will deploy a website at: http:https://127.0.0.1:4000/mbon-docs/

Make edits to the appropriate markdown files in _docs/.

If changing headers and menus, stop the running server by entering ctrl-c in the terminal. Then run:

bundle exec jekyll clean

Then build the site again.

bundle exec jekyll serve --config _config.yml --watch --verbose --incremental

And review at http:https://127.0.0.1:4000/mbon-docs/

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%