Skip to content
generated from gbif/hp-template

Source for the DiSSCoUK Data Portal provided by GBIF Hosted Portals

Notifications You must be signed in to change notification settings

gbif/hp-uk-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.