Skip to content

ioos/mbon-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e5ad41 · Mar 4, 2025
Mar 4, 2025
Mar 8, 2024
Sep 13, 2024
Nov 15, 2022
Apr 3, 2024
Dec 5, 2017
Feb 22, 2023
Feb 17, 2023
Dec 14, 2021
Dec 5, 2017
Dec 14, 2021
Nov 15, 2021
Apr 15, 2024
Dec 5, 2017

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://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://127.0.0.1:4000/mbon-docs/

Releases

No releases published

Packages

No packages published

Languages