Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 618 Bytes

File metadata and controls

25 lines (19 loc) · 618 Bytes

GBIF hosted portal theme

A jekyll theme for hosted websites - under development

install and start

See https://jekyllrb.com/ for details on using Jekyll

gem install bundler jekyll

For development start with

bundle exec jekyll serve
# OR
docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" --env JEKYLL_ENV=development -p 4000:4000 jekyll/jekyll:4.1.0 jekyll serve

To build

bundle exec jekyll build

Acknowledgement

This project was inspired by Petridish - Jekyll theme for research project websites.