Bug Fix
- Resolved an issue where relative paths in the Atom RSS feed were prohibiting feed readers from displaying inline images.
Feature
- Added an auto-discoverable JSON feed. See: JSON Feed Version 1 to learn more;
- Added lazy loading to images. I have used the new hotness, the Intersection Observer API, in order to avoid jank.
Performance
- Concatenated all JavaScript into a single file to improve performance;
- Deployed HTTP/2 Server Push for the CSS and Search Corpus files;
- Sending WebP images to those clients that support them.