Jan's Gutter

About Jan’s Gutter

This site contains the personal blog of Jan Gutter. Be assured that anything of value posted here was done so unintentionally. Please ensure you have adequate time set aside to regain your sanity after any prolonged exposure to this site. Contact your physician immediately if you develop a rash.

The theme for this site was adapted from white-paper for Jekyll. This site uses a local copy of the Rubik font, obtained from Google Fonts and mirrored with google-webfonts-helper. Additional icons are provided by Font Awesome.

#include <iostream>

int main()
{
    std::cout << "Code fonts are provided by a local copy of Roboto Mono.\n";
    return 0;
}