gbif / hp-uk-collections

Source for the DiSSCoUK Data Portal provided by GBIF Hosted Portals
https://dissco-uk.org/
2 stars 1 forks source link

GBIF Hosted Portal Build Status

GBIF Hosted Portal: hp-uk-collections

This Jekyll website, hp-uk-collections, makes use of a theme and biodiversity widgets developed by the GBIF network.

You can find information on editing this site and more on gbif/hosted-portals

Staging site: https://uk-collections.hp.gbif-staging.org/

Powered by GBIF

Running locally

You can run the site locally for more involved dev work using the following from the root of your repo checkout:

docker run -p "4000:4000" -e JEKYLL_ENV=development --rm --volume="$PWD:/srv/jekyll" docker.gbif.org/fast-jekyll:4.1.0 jekyll serve --port 4000 --host 0.0.0.0

Annoyingly, this seems to not respond to ctrl-c requests, so you'll have to kill it.