Skip to content

aduarte-sib/jekyll-hp-base-theme

 
 

Repository files navigation

GBIF Hosted Portal Theme

A Jekyll theme for hosted websites – under development: https://hp-theme.gbif-staging.org/

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.4%
  • Sass 30.0%
  • HTML 14.0%
  • SCSS 3.5%
  • JavaScript 2.7%
  • Ruby 0.4%