reikdas / purduepl.github.io

A blog of Programming Languages Group @Purdue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purdue University's Programming Languages Group

Welcome!

Adding/Updating Members

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.

Resizing pictures

All images are displayed at a 120x120 ratio. Use convert image.jpg -resize 120x120^ -extent 120x120 -gravity center image_small.jpg to get the proper sizing.

A more modern web format can be converted to using cwebp -m 6 -q 80 -mt -af -progress image.jpg -o image.webp

Testing the Website

Either:

  • 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.yml from the root of this project

About

A blog of Programming Languages Group @Purdue


Languages

Language:HTML 62.4%Language:CSS 29.6%Language:Python 5.1%Language:JavaScript 1.5%Language:Shell 1.2%Language:Ruby 0.2%