toolness / jess-portfolio

A portfolio for Jess.
https://toolness.github.io/jess-portfolio/
0 stars 0 forks source link

[WIP] Use smaller thumbnails #22

Open toolness opened 6 years ago

toolness commented 6 years ago

This PR uses static/project/{project-slug}/_featured_thumb.png for thumbnails of the project in the list view, instead of _featured.png (which is also used for the detail view, and can be a lot bigger).

It also makes it possible to specify the featured image and thumbnail in a project's front matter, via featured_img and featured_thumb_img, respectively.

To do: