Welcome!
Open an issue! We have a template for adding new members to the website. If you want to update your information or add a picture, just open a normal issue or submit a pr.
All images are displayed at a 120x120 ratio. To resize and center images:
magick image.jpg -resize 120x120^ -gravity center -extent 120x120 image_small.jpg
cwebp -m 6 -q 80 -mt -af -progress image_small.jpg -o image_small.webpEither:
- Install Ruby and subsequent dependencies. Then use
./serve - Install Docker and run
docker run --rm --volume="${PWD}:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:3.8 jekyll serve --incremental --drafts --config _config.ymlfrom the root of this project
You might run into an error when attempting to build the site. The first thing to check is if you have a stale Gem.lock or _site. Nuke one or both of these and try a fresh build before anything else.