Guidance for Marine Biodiversity Observation Network (MBON) Data and File Formatting.
See CONTRIBUTING.
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/